File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3636 {{- include "install.relatedImages" . | indent 8 }}
3737 securityContext :
3838 allowPrivilegeEscalation : false
39+ capabilities : { drop: [ALL] }
3940 readOnlyRootFilesystem : true
4041 runAsNonRoot : true
Original file line number Diff line number Diff line change 4242 {{- end }}
4343 securityContext :
4444 allowPrivilegeEscalation : false
45+ capabilities : { drop: [ALL] }
4546 readOnlyRootFilesystem : true
4647 runAsNonRoot : true
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ spec:
145145{{ toYaml .Values.service | indent 4 }}
146146 {{- end }}
147147 {{- if .Values.dataSource }}
148- service :
148+ dataSource :
149149{{ toYaml .Values.dataSource | indent 4 }}
150150 {{- end }}
151151 {{- if .Values.databaseInitSQL }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44 name : hippo
55spec :
6- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-4-0
6+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14. 4-0
77 postgresVersion : 14
88 customReplicationTLSSecret :
99 name : hippo-repl-tls
Original file line number Diff line number Diff line change 3030 value : " registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.1.2-0"
3131 securityContext :
3232 allowPrivilegeEscalation : false
33+ capabilities : { drop: [ALL] }
3334 readOnlyRootFilesystem : true
3435 runAsNonRoot : true
3536 serviceAccountName : postgres-operator-upgrade
Original file line number Diff line number Diff line change 4848 value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.2-0"
4949 securityContext :
5050 allowPrivilegeEscalation : false
51+ capabilities : { drop: [ALL] }
5152 readOnlyRootFilesystem : true
5253 runAsNonRoot : true
5354 serviceAccountName : pgo
You can’t perform that action at this time.
0 commit comments