aws / eks-charts

Amazon EKS Helm chart repository
Apache License 2.0
1.17k stars 922 forks source link

Update deployment.yaml to use the fullname helper #1086

Open jibsheet opened 2 months ago

jibsheet commented 2 months ago

Issue

We use this as a subchart with an Alias so it throws errors like this

Error: Deployment.apps "aws-load-balancer-controller" is invalid: spec.template.spec.containers[0].name: Invalid value: "awsLoadBalancerController": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name',  or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')

Description of changes

Checklist

Testing

Confirmed helm install works locally with our alias and fullnameOverride set

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.