Skip to content

Commit 65405f8

Browse files
sfroeberclaude
andcommitted
Fix NetBox Helm values to use correct Redis config keys
externalRedis is not a valid chart value — the correct keys are tasksRedis and cachingRedis. Pointing both at the shared redis-master in db-redis. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ab09b19 commit 65405f8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

argocd/apps/platform/netbox.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ spec:
4848
existingSecretKey: password
4949

5050
# External Redis configuration
51-
externalRedis:
51+
tasksRedis:
52+
host: redis-master.db-redis.svc.cluster.local
53+
port: 6379
54+
existingSecretName: netbox-redis-credentials
55+
existingSecretKey: password
56+
57+
cachingRedis:
5258
host: redis-master.db-redis.svc.cluster.local
5359
port: 6379
5460
existingSecretName: netbox-redis-credentials

0 commit comments

Comments
 (0)