Skip to content

Commit 0aa956d

Browse files
committed
argocd+keycloak components dep
1 parent 14596a9 commit 0aa956d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-argocd-hub-gke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
letsencrypt_email = "${{ secrets.LETSENCRYPT_EMAIL }}"
209209
210210
# Keycloak integration (optional)
211-
enable_keycloak = ${{ vars.ENABLE_KEYCLOAK || 'false' }}
211+
enable_keycloak = ${{ vars.ENABLE_KEYCLOAK || 'true' }}
212212
keycloak_url = "${{ secrets.KEYCLOAK_URL }}"
213213
keycloak_user = "${{ secrets.KEYCLOAK_USER }}"
214214
keycloak_password = "${{ secrets.KEYCLOAK_PASSWORD }}"
@@ -395,7 +395,7 @@ jobs:
395395
letsencrypt_email = "${{ secrets.LETSENCRYPT_EMAIL }}"
396396
397397
# Keycloak integration (optional)
398-
enable_keycloak = ${{ vars.ENABLE_KEYCLOAK || 'false' }}
398+
enable_keycloak = ${{ vars.ENABLE_KEYCLOAK || 'true' }}
399399
keycloak_url = "${{ secrets.KEYCLOAK_URL }}"
400400
keycloak_user = "${{ secrets.KEYCLOAK_USER }}"
401401
keycloak_password = "${{ secrets.KEYCLOAK_PASSWORD }}"

0 commit comments

Comments
 (0)