Skip to content

Commit

Permalink
Fix a ghcr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 11, 2023
1 parent 7cae787 commit 6dadaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .k8s/prod/carres-keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ spec:
key: admin-password
- name: KC_HOSTNAME_URL
valueFrom:
configMapRef:
configMapKeyRef:
name: carres-keycloak-config
key: hostname
- name: KC_HOSTNAME_ADMIN_URL
valueFrom:
configMapRef:
configMapKeyRef:
name: carres-keycloak-config
key: hostname

0 comments on commit 6dadaae

Please sign in to comment.