Skip to content

Commit

Permalink
add missing env vars for oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Mar 24, 2024
1 parent 32e752c commit 11a76ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/netmaker/templates/netmaker-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ spec:
key: {{ .Values.mq.secretKey }}
{{- end }}
{{- if .Values.oauth.enabled }}
- name: SERVER_HTTP_HOST
valueFrom:
secretKeyRef:
name: {{ .Values.oauth.existingSecret }}
key: {{ .Values.oauth.secretKeys.serverHttpHost }}
- name: AUTH_PROVIDER
valueFrom:
secretKeyRef:
name: {{ .Values.oauth.existingSecret }}
key: {{ .Values.oauth.secretKeys.authProvider }}
- name: CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 11a76ae

Please sign in to comment.