debug: missing account token
This commit is contained in:
@@ -79,20 +79,26 @@ initContainers: |
|
|||||||
- name: theme
|
- name: theme
|
||||||
mountPath: /keycloak/themes/oceanbox
|
mountPath: /keycloak/themes/oceanbox
|
||||||
|
|
||||||
# extraDeploy:
|
automountServiceAccountToken: true
|
||||||
# - apiVersion: postgresql.cnpg.io/v1
|
|
||||||
# kind: Cluster
|
serviceAccount:
|
||||||
# metadata:
|
create: true
|
||||||
# name: prod-keycloak
|
automountServiceAccountToken: true
|
||||||
# namespace: keycloak
|
|
||||||
# spec:
|
extraDeploy:
|
||||||
# instances: 2
|
- apiVersion: postgresql.cnpg.io/v1
|
||||||
# imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
kind: Cluster
|
||||||
# automountServiceAccountToken: true
|
metadata:
|
||||||
# storage:
|
name: prod-keycloak
|
||||||
# resizeInUseVolumes: true
|
namespace: keycloak
|
||||||
# size: 10Gi
|
spec:
|
||||||
# backup:
|
instances: 2
|
||||||
# retentionPolicy: 60d
|
imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
||||||
# target: prefer-standby
|
automountServiceAccountToken: true
|
||||||
|
storage:
|
||||||
|
resizeInUseVolumes: true
|
||||||
|
size: 10Gi
|
||||||
|
backup:
|
||||||
|
retentionPolicy: 60d
|
||||||
|
target: prefer-standby
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user