release 3.5.3
This commit is contained in:
@@ -9,25 +9,25 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/04-keycloak/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
extraInitContainers: |
|
||||
- name: theme-provider
|
||||
image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
echo "Copying theme ..."
|
||||
cp -R /mytheme/* /theme
|
||||
pgchecker:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
#values:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
# imagePullSecrets:
|
||||
# - name: "{{ PullSecret }}"
|
||||
# extraInitContainers: |
|
||||
# - name: theme-provider
|
||||
# image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
# imagePullPolicy: IfNotPresent
|
||||
# command:
|
||||
# - sh
|
||||
# args:
|
||||
# - -c
|
||||
# - |
|
||||
# echo "Copying theme ..."
|
||||
# cp -R /mytheme/* /theme
|
||||
# pgchecker:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
volumeMounts:
|
||||
- name: theme
|
||||
mountPath: /theme
|
||||
@@ -36,4 +36,3 @@
|
||||
|
||||
- name: 4. Check Kubernetes Pods (base)
|
||||
command: "{{ role_path }}/files/k8s_status {{ cmoa_namespace }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user