Skip to content

Commit

Permalink
Merge pull request #338 from frgaudet/main
Browse files Browse the repository at this point in the history
feat: adding podLabels option
  • Loading branch information
joejulian authored Feb 16, 2023
2 parents 4779954 + 3008ab9 commit 7032c73
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 7032c73

Please sign in to comment.