fix: convert to resource name to lower case to comply with kubernetes validation

Signed-off-by: Olivier Michaelis <38879457+oliviermichaelis@users.noreply.github.com>
pull/9184/head
Olivier Michaelis 1 year ago
parent 2d6758ebc5
commit 0964093a56
No known key found for this signature in database
GPG Key ID: C49780F16C8284C4

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ include "grandchild.fullname" . }} name: {{ include "grandchild.fullname" . | lower }}
labels: labels:
{{- include "grandchild.labels" . | nindent 4 }} {{- include "grandchild.labels" . | nindent 4 }}
spec: spec:

Loading…
Cancel
Save