Skip to content

Commit

Permalink
feat: adding podLabels option
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Gaudet <[email protected]>
  • Loading branch information
frgaudet committed Feb 13, 2023
1 parent 1b7f820 commit 3008ab9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Chart versions do not track appVersion
version: 0.5.0
version: 0.5.1

# The app version is the version of the Chart application
appVersion: v2.1.1
Expand Down
1 change: 1 addition & 0 deletions charts/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
{{- end }}
labels:
{{- include "console.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}{{ toYaml . | nindent 8 }}{{ end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions charts/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ serviceAccount:

podAnnotations: {}

podLabels: {}

podSecurityContext:
runAsUser: 99
fsGroup: 99
Expand Down

0 comments on commit 3008ab9

Please sign in to comment.