Skip to content

feat(helm): add labels for coder pod #7139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: notation
  • Loading branch information
ericpaulsen committed Apr 14, 2023
commit b9b06b260a0ad8efa2bf4b5bf91633365f16d40f
2 changes: 1 addition & 1 deletion helm/templates/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
metadata:
labels:
{{- include "coder.labels" . | nindent 8 }}
{{- with .Values.coder.labels }}
{{- with .Values.coder.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ coder:

# coder.podLabels -- The Coder pod labels. See:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podlabels: {}
podLabels: {}

# coder.serviceAccount -- Configuration for the automatically created service
# account. Creation of the service account cannot be disabled.
Expand Down