diff --git a/manifests/keycloak/values.yaml b/manifests/keycloak/values.yaml index 0474ca3..41de2e2 100644 --- a/manifests/keycloak/values.yaml +++ b/manifests/keycloak/values.yaml @@ -20,7 +20,8 @@ replicaCount: 1 tls: enabled: true usePemCerts: true - autoGenerated: false + autoGenerated: + enabled: false existingSecret: keycloak-crt certFilename: tls.crt certKeyFilename: tls.key @@ -53,7 +54,6 @@ postgresql: enabled: true storageClass: nfs-client size: 8Gi - # Match the live StatefulSet's immutable PVC retention policy persistentVolumeClaimRetentionPolicy: enabled: true whenDeleted: Retain @@ -72,4 +72,7 @@ customReadinessProbe: extraEnvVars: - name: KEYCLOAK_LOGLEVEL - value: INFO \ No newline at end of file + value: INFO + +configuration: "" +existingConfigmap: ""