debug: add import-export sidecar
This commit is contained in:
@@ -118,4 +118,5 @@ sidecars:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- sleep 365d
|
- sleep
|
||||||
|
- 365d
|
||||||
|
|||||||
@@ -72,3 +72,12 @@ initContainers: |
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: theme
|
- name: theme
|
||||||
mountPath: /keycloak/themes/oceanbox
|
mountPath: /keycloak/themes/oceanbox
|
||||||
|
|
||||||
|
sidecars:
|
||||||
|
- name: import-export
|
||||||
|
image: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
||||||
|
imagePullPolicy: Always
|
||||||
|
command:
|
||||||
|
- /bin/bash
|
||||||
|
- sleep
|
||||||
|
- 365d
|
||||||
|
|||||||
Reference in New Issue
Block a user