Pierre Blais
Pierre Blais
I'm facing the same issue ! - Chart version: 1.13.0 - Harbor version: v2.9.1
I understand what's going on ! As we can see in the lines added in that commit: https://github.com/goharbor/harbor-helm/commit/7b6501aea90ef3eb96f2f5819bb9f1b9703180a2 the lookup function is used to discover the `. Values.redis.external.existingSecret` secret. In...
> it seem that you can specifiy `username` and `password` in values.yaml as `.Values.redis.external.existingSecret` does work with `helm template ... | kubectl apply -f -`. Alternatively, we are curious why...
> Couple things: > > * If you use helm template, `lookup` does not work > * as of now chart does not create any secrets by itself for redis...