-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to use external Redis containers do not start with an error:
MountVolume.SetUp failed for volume "secrets" : secret "netbox-redis" not found
I have externalRedis.existingSecretName empty. Secret name should be netbox-external-redis:
kubectl get secrets -n netbox
NAME TYPE DATA AGE
netbox-external-redis Opaque 2 3m42s
netbox Opaque 7 3m42s
netbox-external-db Opaque 1 3m42s
sh.helm.release.v1.netbox.v1 helm.sh/release.v1 1 3m42s
Looks like this name:
https://github.com/startechnica/apps/blob/main/charts/netbox/templates/_helpers.tpl#L477
Should be rendered similar to db:
https://github.com/startechnica/apps/blob/main/charts/netbox/templates/_helpers.tpl#L413
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working