chart-unifi_network_application: allow setting security context of app as well
This commit is contained in:
@ -76,6 +76,8 @@ spec:
|
||||
labels:
|
||||
name: {{ include "template.fullname" . }}-app
|
||||
spec:
|
||||
securityContext:
|
||||
{{ .Values.podSecurityContext | toYaml | nindent 8 }}
|
||||
volumes:
|
||||
- name: {{ include "template.fullname" . }}-app-config-volume
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user