Skip to content

Commit

Permalink
fixup label support
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Feb 15, 2024
1 parent cf54b65 commit befdc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
metadata:
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
{{- with .Values.podLabels }}
{{- with .Values.labels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down
3 changes: 1 addition & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ nodeSelector: {}

# labels -- The pod labels for coder-logstream-kube. See:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels:
eric: is awesome
labels: {}

0 comments on commit befdc48

Please sign in to comment.