Skip to content

Commit bd5bac1

Browse files
nmarukovichhors
andauthored
K8SPG-726 add example to CR (#1127)
Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent 53693c4 commit bd5bac1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

deploy/cr.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ spec:
222222
# memory: 128Mi
223223
# sidecars:
224224
# - name: testcontainer
225-
# image: mycontainer1:latest
225+
# image: busybox:latest
226+
# command: ["sleep", "30d"]
227+
# securityContext: {}
226228
# - name: testcontainer2
227229
# image: mycontainer1:latest
228230
#
@@ -359,7 +361,9 @@ spec:
359361
#
360362
# sidecars:
361363
# - name: bouncertestcontainer1
362-
# image: mycontainer1:latest
364+
# image: busybox:latest
365+
# command: ["sleep", "30d"]
366+
# securityContext: {}
363367
#
364368
# customTLSSecret:
365369
# name: keycloakdb-pgbouncer.tls

0 commit comments

Comments
 (0)