Getting valueFrom.secretKeyRef.name invalid value #45453
Replies: 1 comment
-
Please don't duplicate posts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
helm install airbyte airbyte/airbyte --namespace airbyte --values ./values.yaml --timeout 60m
Error: INSTALLATION FAILED: 3 errors occurred:
* Deployment.apps "airbyte-server" is invalid: [spec.template.spec.containers[0].env[40].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?)'), spec.template.spec.containers[0].env[41].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-worker" is invalid: [spec.template.spec.containers[0].env[47].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?)'), spec.template.spec.containers[0].env[48].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-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?)'), spec.template.spec.containers[0].env[63].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?)')]
Anyone please help, iam getting this error when i try to deploy airbyte application in EKS, i tried many possibilities but cant overcome it.
Please find the attachment of my values.yaml file.
values.yaml.pdf
Beta Was this translation helpful? Give feedback.
All reactions