Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: use CNPG in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 22, 2023
1 parent 3aeec3d commit c7bd568
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ app:
value: "https://keycloak-{{ .Values.global.host }}/auth/realms/mon-psy-sante"
- name: KEYCLOAK_ID
value: mon-psy-app
envFrom:
- secretRef:
name: "{{ .Values.global.pgSecretName }}" # todo: change to pg-app after CNPG migration
- secretRef:
name: app-sealed-secret
- secretRef:
name: keycloak-secrets

keycloak:
ingress:
Expand All @@ -46,12 +39,6 @@ keycloak:
- hosts:
- "keycloak-{{ .Values.global.host }}"
secretName: keycloak-crt
# todo: remove block after CNPG migration
extraEnvFrom: |
- secretRef:
name: keycloak-db
- secretRef:
name: keycloak-secrets

jobs:
runs:
Expand Down

0 comments on commit c7bd568

Please sign in to comment.