Skip to content

Commit 13aacb2

Browse files
committed
K8SPG-726 add example to CR
1 parent a2dbe30 commit 13aacb2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

deploy/cr.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ spec:
221221
# memory: 128Mi
222222
# sidecars:
223223
# - name: testcontainer
224-
# image: mycontainer1:latest
224+
# image: busybox:latest
225+
# command: ["sleep", "30d"]
226+
# securityContext: {}
225227
# - name: testcontainer2
226228
# image: mycontainer1:latest
227229
#
@@ -358,7 +360,9 @@ spec:
358360
#
359361
# sidecars:
360362
# - name: bouncertestcontainer1
361-
# image: mycontainer1:latest
363+
# image: busybox:latest
364+
# command: ["sleep", "30d"]
365+
# securityContext: {}
362366
#
363367
# customTLSSecret:
364368
# name: keycloakdb-pgbouncer.tls

0 commit comments

Comments
 (0)