Getting valueFrom.secretKeyRef.name invalid value #45386
-
@NAjustin can you help with this? Deployment.apps "airbyte-workload-launcher" is invalid: [spec.template.spec.containers[0].env[62].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*'), Deployment.apps "airbyte-server" is invalid: [spec.template.spec.containers[0].env[62].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*'), Deployment.apps "worker" is invalid: [spec.template.spec.containers[0].env[62].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*'), My values.yaml file and secrets file are created successfully but unable to know why iam getting this invalid value?? My pods are succesfully running and only one pod Temporal is Failed and airbyte-server, worker, workload-launcher 3 pods are not created. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 4 replies
-
@NChittimalla Can you please post a version of your There aren't that many config options that take a domain/subdomain value, so my initial thoughts are |
Beta Was this translation helpful? Give feedback.
-
I think you might be missing the
The error |
Beta Was this translation helpful? Give feedback.
-
@NChittimalla please share the complete values.yaml file |
Beta Was this translation helpful? Give feedback.
-
I cleared it, Thanks everyone for the help. I have added external database and logs access key, which is now working fine, which i got to know from _helpers.tpl file. logs: externalDatabase: Now my whole file looks like below: |
Beta Was this translation helpful? Give feedback.
-
I'm facing same error:
This is my
and this is my
External database: Postgres 13.16 |
Beta Was this translation helpful? Give feedback.
-
same issue as @bambangraharjo after the upgrade |
Beta Was this translation helpful? Give feedback.
-
@benbauer-draeger @bambangraharjo the S3 documentation is incorrect, if you're on the latest, use
|
Beta Was this translation helpful? Give feedback.
@benbauer-draeger @bambangraharjo the S3 documentation is incorrect, if you're on the latest, use
secretName
instead ofstorageSecretName
: