We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588a10 commit b44965dCopy full SHA for b44965d
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.1.16
+version: 0.1.17
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/charts/webservice/templates/deployment.yaml
@@ -45,6 +45,8 @@ spec:
45
env:
46
- name: BASE_URL
47
value: {{ .Values.global.fqdn }}
48
+ - name: AUTH_URL
49
+ value: {{ .Values.global.fqdn }}
50
51
- name: GOOGLE_CLIENT_ID
52
value: {{ .Values.global.authProviders.google.clientId }}
0 commit comments