fix(argo): Re-render
This commit is contained in:
@@ -61,20 +61,6 @@ configs:
|
|||||||
- profile
|
- profile
|
||||||
- email
|
- email
|
||||||
- groups
|
- groups
|
||||||
{{- else if eq .provider "github" }}
|
|
||||||
- type: github
|
|
||||||
id: {{ .name }}
|
|
||||||
name: {{ .name }}
|
|
||||||
config:
|
|
||||||
clientID: ${{ .name | replace "-" "_" }}_client_id
|
|
||||||
clientSecret: ${{ .name | replace "-" "_" }}_client_secret
|
|
||||||
redirectURI: https://argocd.{{ $.Values.clusterConfig.domain }}/api/dex/callback
|
|
||||||
orgs:
|
|
||||||
- name: {{ .allowed_organizations }}
|
|
||||||
loadAllGroups: true
|
|
||||||
teamNameField: slug
|
|
||||||
useLoginAsID: false
|
|
||||||
{{- end }}
|
|
||||||
staticClients:
|
staticClients:
|
||||||
- id: ${{ .name | replace "-" "_" }}_client_id
|
- id: ${{ .name | replace "-" "_" }}_client_id
|
||||||
name: Kubernetes
|
name: Kubernetes
|
||||||
@@ -87,6 +73,7 @@ configs:
|
|||||||
secret: 8d52926efe879ee505391b75f4b046cf
|
secret: 8d52926efe879ee505391b75f4b046cf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
admin.enabled: false
|
admin.enabled: false
|
||||||
rbac:
|
rbac:
|
||||||
# NOTE(kai): dd2aa2d6 ... is ID for azure kubernetes_operator group
|
# NOTE(kai): dd2aa2d6 ... is ID for azure kubernetes_operator group
|
||||||
|
|||||||
Reference in New Issue
Block a user