chilly-oil-22683
03/23/2022, 8:22 PMError: UPGRADE FAILED: failed to create resource: Deployment.apps "datahub-datahub-frontend" is invalid: spec.template.spec.containers[0].env[11].valueFrom.secretKeyRef.key: Required value helm.go:84: [debug] Deployment.apps "datahub-datahub-frontend" is invalid: spec.template.spec.containers[0].env[11].valueFrom.secretKeyRef.key: Required value
What kind of value is it looking for? Is it some helm setting, but I can't seem to find that setting in the helm chart settings: https://artifacthub.io/packages/helm/datahub/datahub
Is it looking for EKS cluster settings? Does anyone have a pointer for me, where should I set this setting and what value is it looking for?
Thanks!
Dennisorange-night-91387
03/23/2022, 8:38 PMchilly-oil-22683
03/24/2022, 6:36 AMorange-night-91387
03/24/2022, 4:00 PMspec.template.spec.containers[0].env[11].valueFrom.secretKeyRef.key
and not finding a value to match to the required field. This gets pulled from the secrets. Are you using the default values.yaml?chilly-oil-22683
04/01/2022, 11:42 AMglobal:
sql:
datasource:
host: "<http://my-rds-host.eu-central-1.rds.amazonaws.com:3306|my-rds-host.eu-central-1.rds.amazonaws.com:3306>"
hostForMysqlClient: "<http://my-rds-host.eu-central-1.rds.amazonaws.com|my-rds-host.eu-central-1.rds.amazonaws.com>"
port: "3306"
url: "jdbc:<mysql://my-rds-host.eu-central-1.rds.amazonaws.com:3306/datahub?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8>"
driver: "com.mysql.jdbc.Driver"
username: "my-user"
password:
secretRef: mysql-secrets
secretKey: mysql-root-password
orange-night-91387
04/04/2022, 5:21 PM