mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-09 05:06:20 +10:00
Remove admin secret to use existing database users
This commit is contained in:
@@ -65,10 +65,9 @@ spec:
|
|||||||
options:
|
options:
|
||||||
path: /var/lib/grafana/dashboards/prometheus
|
path: /var/lib/grafana/dashboards/prometheus
|
||||||
|
|
||||||
# Use existing admin credentials from database, don't create new ones
|
# Disable admin user provisioning to use existing database users
|
||||||
env:
|
admin:
|
||||||
GF_SECURITY_ADMIN_USER: ""
|
existingSecret: ""
|
||||||
GF_SECURITY_ADMIN_PASSWORD: ""
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|||||||
Reference in New Issue
Block a user