change authelia values as per update
This commit is contained in:
parent
48e534e82a
commit
5972a2afcc
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user