Skip to content

Commit b44965d

Browse files
committed
set AUTH_URL
1 parent a588a10 commit b44965d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.1.16
5+
version: 0.1.17
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/charts/webservice/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
env:
4646
- name: BASE_URL
4747
value: {{ .Values.global.fqdn }}
48+
- name: AUTH_URL
49+
value: {{ .Values.global.fqdn }}
4850

4951
- name: GOOGLE_CLIENT_ID
5052
value: {{ .Values.global.authProviders.google.clientId }}

0 commit comments

Comments
 (0)