diff --git a/config/kustomize/base/resources/deployment.yaml b/config/kustomize/base/resources/deployment.yaml index f6b3ce7..5afe30d 100644 --- a/config/kustomize/base/resources/deployment.yaml +++ b/config/kustomize/base/resources/deployment.yaml @@ -19,6 +19,12 @@ spec: seccompProfile: type: RuntimeDefault containers: + - image: bitnami/postgresql:latest + name: psqldebug + command: + - sleep + args: + - '3600' - image: staged-harbor-01.smardigo.digital/smardigo/keycloak:14.0.0.1 imagePullPolicy: IfNotPresent