We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4cf56 commit 5654daeCopy full SHA for 5654dae
helm/install/templates/manager.yaml
@@ -46,6 +46,8 @@ spec:
46
{{- toYaml .Values.resources.controller | nindent 10 }}
47
{{- end }}
48
securityContext:
49
+ seccompProfile:
50
+ type: RuntimeDefault
51
allowPrivilegeEscalation: false
52
capabilities: { drop: [ALL] }
53
readOnlyRootFilesystem: true
kustomize/install/manager/manager.yaml
@@ -49,6 +49,8 @@ spec:
- name: RELATED_IMAGE_STANDALONE_PGADMIN
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-0"
54
55
56
0 commit comments