blob: fa51ede5fe09318fded79e28f2df520d79ed27ff [file] [log] [blame]
keycloak:
replicas: 2
password: keycloak
podLabels:
test-label: test-label-value
podAnnotations:
test-annotation: "test-annotation-value-{{ .Release.Name }}"
test-int-annotation: "12345"
startupScripts:
hello.sh: |
#!/bin/sh
echo '********************************************************************************'
echo '* *'
echo '* Hello from my startup script! *'
echo '* *'
echo '********************************************************************************'
lifecycleHooks: |
postStart:
exec:
command: ["/bin/sh", "-c", "echo 'Hello from lifecycle hook!'"]
persistence:
deployPostgres: true
dbVendor: postgres
postgresql:
postgresqlPassword: keycloak
persistence:
enabled: true
storageClass: local-path