Skip to content

Commit

Permalink
Ajout PodSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmorin authored May 16, 2024
1 parent c0950e9 commit 6bcb82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/k8svaultwebhook/templates/mutatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ items:
scheme: HTTPS
resources:
{{- toYaml .Values.resources | nindent 14 }}
{{- if .Values.podSettings }}
{{- toYaml .Values.podSettings | nindent 8 }}
{{- end}}
securityContext:
{{- toYaml .Values.securityContext | nindent 10 }}
volumes:
Expand Down
1 change: 1 addition & 0 deletions charts/k8svaultwebhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ networkPolicy:
# namespaceMatchValue: kube-system

securityContext: {}
podSettings: {}

0 comments on commit 6bcb82c

Please sign in to comment.