We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dbe30 commit 13aacb2Copy full SHA for 13aacb2
1 file changed
deploy/cr.yaml
@@ -221,7 +221,9 @@ spec:
221
# memory: 128Mi
222
# sidecars:
223
# - name: testcontainer
224
-# image: mycontainer1:latest
+# image: busybox:latest
225
+# command: ["sleep", "30d"]
226
+# securityContext: {}
227
# - name: testcontainer2
228
# image: mycontainer1:latest
229
#
@@ -358,7 +360,9 @@ spec:
358
360
359
361
362
# - name: bouncertestcontainer1
363
364
365
366
367
# customTLSSecret:
368
# name: keycloakdb-pgbouncer.tls
0 commit comments