You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installing this helm chart with a lengthily name causes the installation to fail because some resources have more than 63 characters.
Because I'm using ArgoCD, it uses the Application name as the release name, which causes it to be absurdly long. Trying to override this behaviour through fullNameOverride or nameOverride have provided no effect
To Reproduce
Steps to reproduce the behavior:
Deploy helm with a long name, for example my own: microservices-qa-new-vault-operator
Try sync in Argocd
Sync fails: one or more objects failed to apply, reason: Service "microservices-qa-new-vault-operator-vault-secrets-operator-metrics-service" is invalid: metadata.name: Invalid value: "microservices-qa-new-vault-operator-vault-secrets-operator-metrics-service": must be no more than 63 characters
Expected behavior
I'd expect my kubernetes resources to be named vault-secrets-operator-...., instead it shows as microservices-qa-new-vault-operator-vault-secrets-operator-...
Environment
Kubernetes version: not relevant
Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.): GKE
Other configuration options or runtime services (istio, etc.): not relevant
vault-secrets-operator version: 0.9.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Installing this helm chart with a lengthily name causes the installation to fail because some resources have more than 63 characters.
Because I'm using ArgoCD, it uses the Application name as the release name, which causes it to be absurdly long. Trying to override this behaviour through
fullNameOverride
ornameOverride
have provided no effectTo Reproduce
Steps to reproduce the behavior:
microservices-qa-new-vault-operator
one or more objects failed to apply, reason: Service "microservices-qa-new-vault-operator-vault-secrets-operator-metrics-service" is invalid: metadata.name: Invalid value: "microservices-qa-new-vault-operator-vault-secrets-operator-metrics-service": must be no more than 63 characters
Application deployment:
Expected behavior
I'd expect my kubernetes resources to be named
vault-secrets-operator-....
, instead it shows asmicroservices-qa-new-vault-operator-vault-secrets-operator-...
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: