change authelia values as per update
This commit is contained in:
		| @@ -3,9 +3,9 @@ kind: ConfigMap | |||||||
| metadata: | metadata: | ||||||
|   name: argocd-cm |   name: argocd-cm | ||||||
| data: | data: | ||||||
|  |   # enable helm when using kustomize | ||||||
|   kustomize.buildOptions: --enable-helm |   kustomize.buildOptions: --enable-helm | ||||||
|   # switch to annotation based resource tracking as per |  | ||||||
|   # https://argo-cd.readthedocs.io/en/stable/user-guide/resource_tracking/ |  | ||||||
|   application.resourceTrackingMethod: annotation+label |  | ||||||
|   # disable admin user - use oidc |   # disable admin user - use oidc | ||||||
|   admin.enabled: "false" |   admin.enabled: "false" | ||||||
|  |   # show neat status badges in the UI or as embeds | ||||||
|  |   statusbadge.enabled: "true" | ||||||
|   | |||||||
| @@ -75,7 +75,7 @@ configMap: | |||||||
|  |  | ||||||
|     local: |     local: | ||||||
|       enabled: true |       enabled: true | ||||||
|       file: /config/db.sqlite3 |       path: /config/db.sqlite3 | ||||||
|  |  | ||||||
|  |  | ||||||
|   identity_validation: |   identity_validation: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user