first commit

This commit is contained in:
ByeonJungHun
2023-08-04 16:36:51 +09:00
parent 5fb3a1aa73
commit 9ba441e280
19 changed files with 1390 additions and 4 deletions

View File

@@ -9,6 +9,28 @@
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
with_items:
- keycloak