Add images registry change
This commit is contained in:
@@ -9,28 +9,30 @@
|
||||
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"
|
||||
#volumeMounts:
|
||||
# - name: theme
|
||||
# mountPath: /theme
|
||||
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
|
||||
volumeMounts:
|
||||
- name: theme
|
||||
mountPath: /theme
|
||||
pgchecker:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
tag: 1.32
|
||||
pullPolicy: Always
|
||||
with_items:
|
||||
- keycloak
|
||||
|
||||
|
||||
Reference in New Issue
Block a user