File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55apiVersion : v1
66description : A Helm chart for kubernetes identity server
77name : identity
8- version : 0.2 .0
8+ version : 3.0 .0
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ apps/v1
1313
1414{{- define " ingressversion" -}}
1515networking.k8s.io /v1
16- {{- end -}}
16+ {{- end -}}
Original file line number Diff line number Diff line change 4646{{ toYaml .Values.additionalTrustedPeers | trim | indent 6 }}
4747{{- end }}
4848 name : Kubectl
49+ {{- if .Values.kubectlClientSecret }}
4950 secret : {{ .Values.kubectlClientSecret }}
51+ {{- end }}
5052{{- if .Values.additionalStaticClients }}
5153{{ toYaml .Values.additionalStaticClients | trim | indent 4 }}
5254{{- end }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dashboardOrigins:
3636 - ' https://dashboard.example.org'
3737 - ' http://localhost:8080'
3838dashboardClientSecret : sHq4vLoiQcIWbO3h
39- kubectlClientSecret : if6ji0dTFE4rQfj8
39+ # kubectlClientSecret: if6ji0dTFE4rQfj8
4040
4141additionalStaticClients : ~
4242# - name: additional identity example client
You can’t perform that action at this time.
0 commit comments