RoadieHQ / helm-charts

Helm charts for RoadieHQ tools
https://charts.roadie.io
Apache License 2.0
2 stars 9 forks source link

Revert "Add more definitions of other secrets that clients might want to set" #31

Closed punkle closed 3 years ago

punkle commented 3 years ago

Reverts RoadieHQ/helm-charts#29

This appears to have caused the following errors when deploying a new cluster:

Warning FailedReleaseSync 2m22s (x3 over 3m12s) helm-operator synchronization of release 'default-backstage' in namespace 'default' failed: installation failed: Deployment.apps "default-backstage-backend" is invalid: [spec.template.spec.containers[0].envFrom[8].secretRef.name: Invalid value: "circleci_auth_token": a DNS-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]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'), spec.template.spec.containers[0].envFrom[9].secretRef.name: Invalid value: "sentry_token": a DNS-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]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'), spec.template.spec.containers[0].envFrom[10].secretRef.name: Invalid value: "rollbar_account_token": a DNS-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]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')]