most-nightfall-36645
07/18/2022, 8:51 AMv0.8.41
my frontend and gms containers error with:
Error: secret "datahub-auth-secrets" not found
How do I create this secret from the datahub helm chart (e.g. which pod/container creates the secret).most-nightfall-36645
07/18/2022, 9:02 AMv0.8.40
pods do not mount this secret, is it new in v0.8.41
?most-nightfall-36645
07/18/2022, 9:10 AMdatahub-auth-secret
is a reference to datahub-datahub-frontend-token
and datahub-datahub-gms-token
These secrets already exist in my cluster, however when I upgrade:
⢠The datahub upgrade job is not automatically run
⢠The pods event logs describe a secret called datahub-auth-secret
rather than the secret they should reference.incalculable-ocean-74010
07/18/2022, 9:26 AMThe datahub upgrade job is not automatically run
How are you upgrading your system? Using helm?
The job resource has an annotation to run post helm upgrade:
"<http://helm.sh/hook|helm.sh/hook>": post-install,post-upgrade
Is the upgrade job enabled in your values.yaml?
.Values.datahubUpgrade.enabled
most-nightfall-36645
07/18/2022, 9:28 AMincalculable-ocean-74010
07/18/2022, 9:33 AMmost-nightfall-36645
07/18/2022, 9:35 AMdatahubUpgrade.enabled
resolved the issue, thanks for your help š
I am going to test this version against my previous issue.