Skip to content

Commit 5654dae

Browse files
Anthony LandrethValClarkson
authored andcommitted
Set SeccompProfile to RuntimeDefault
Issue: PGO-845
1 parent be4cf56 commit 5654dae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

helm/install/templates/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ spec:
4646
{{- toYaml .Values.resources.controller | nindent 10 }}
4747
{{- end }}
4848
securityContext:
49+
seccompProfile:
50+
type: RuntimeDefault
4951
allowPrivilegeEscalation: false
5052
capabilities: { drop: [ALL] }
5153
readOnlyRootFilesystem: true

kustomize/install/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ spec:
4949
- name: RELATED_IMAGE_STANDALONE_PGADMIN
5050
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-0"
5151
securityContext:
52+
seccompProfile:
53+
type: RuntimeDefault
5254
allowPrivilegeEscalation: false
5355
capabilities: { drop: [ALL] }
5456
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)