Skip to content

Commit

Permalink
Clean up the Maven Target dirs for Keycloak Providers (#1133)
Browse files Browse the repository at this point in the history
* Clean up the Maven Target dirs for Keycloak Providers

* Remove Keycloak Themes

* Themes are now built into the custom providers
  • Loading branch information
rblaine95 authored Oct 30, 2024
1 parent 8d3618e commit 6923d3c
Show file tree
Hide file tree
Showing 131 changed files with 0 additions and 3,984 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ jobs:
--environment ${{ vars.ENVIRONMENT }} \
--selector app=keycloak \
--set config-cli.init.ref=${{ github.event_name == 'release' && github.ref_name || github.sha }} \
--set keycloak.themes.ref=${{ github.event_name == 'release' && github.ref_name || github.sha }} \
--set keycloak.providers.ref=${{ github.event_name == 'release' && github.ref_name || github.sha }} \
--set postInstallHook.ref=${{ github.event_name == 'release' && github.ref_name || github.sha }}
helmfile-version: ${{ env.HELMFILE_VERSION }}
Expand Down
22 changes: 0 additions & 22 deletions helm/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ keycloak:

webhook:
version: 0.3.0
themes:
enabled: false
ref: develop
providers:
ref: develop
extraInitContainers: |-
Expand All @@ -219,25 +216,6 @@ keycloak:
volumeMounts:
- name: providers
mountPath: /providers
{{- if .Values.themes.enabled }}
- name: download-themes
image: docker.io/busybox:stable
imagePullPolicy: IfNotPresent
command:
- sh
args:
- -c
- |-
cd /themes
wget -qO - \
--header="Accept:application/vnd.github.v3.raw" \
https://api.github.com/repos/didx-xyz/yoma/tarball/{{ .Values.themes.ref }} | tar xz
cp -R ./didx-xyz-yoma-*/src/keycloak/themes/yoma /themes
rm -rf ./didx-xyz-yoma-*
volumeMounts:
- name: themes
mountPath: /themes
{{- end }}
extraEnv: |-
- name: JAVA_OPTS_APPEND
value: >-
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6923d3c

Please sign in to comment.