We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf54b65 commit befdc48Copy full SHA for befdc48
helm/templates/service.yaml
@@ -43,7 +43,7 @@ spec:
43
metadata:
44
labels:
45
app.kubernetes.io/instance: {{ .Release.Name }}
46
- {{- with .Values.podLabels }}
+ {{- with .Values.labels }}
47
{{- toYaml . | nindent 8 }}
48
{{- end }}
49
spec:
helm/values.yaml
@@ -51,5 +51,4 @@ nodeSelector: {}
51
52
# labels -- The pod labels for coder-logstream-kube. See:
53
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
54
-podLabels:
55
- eric: is awesome
+labels: {}
0 commit comments