Fix CLIENT_URL

This commit is contained in:
Erki Aas 2023-04-13 22:38:54 +03:00
parent 5167c76898
commit 5e8507d3b0

View File

@ -60,7 +60,7 @@ spec:
- containerPort: 3000 - containerPort: 3000
env: env:
- name: CLIENT_URL - name: CLIENT_URL
value: client-gab7y.codemowers.ee value: https://client-gab7y.codemowers.ee
envFrom: envFrom:
- secretRef: - secretRef:
name: oidc-client-authorization-code-sample-client-owner-secrets name: oidc-client-authorization-code-sample-client-owner-secrets