fix: use static grafana password, remove externalsecret dependency
Some checks failed
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-03-22 00:43:21 +00:00
parent 90c7f565e0
commit d446e86ece
3 changed files with 4 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ spec:
dependsOn:
- name: addon-external-secrets
wait: true
timeout: 10m
timeout: 5m
suspend: false

View File

@@ -25,9 +25,8 @@ spec:
grafana:
enabled: true
admin:
existingSecret: grafana-admin-credentials
userKey: admin-user
passwordKey: admin-password
user: admin
password: admin123
grafana.ini:
server:
root_url: http://observability/grafana/

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- grafana-admin-externalsecret.yaml
# - grafana-admin-externalsecret.yaml # Using static password for stable baseline
# - traefik-tailscale-service.yaml # Deferred - complex dependency on tailscale operator
# - grafana-ingress.yaml # Deferred - requires tailscale service
# - prometheus-ingress.yaml # Deferred - requires tailscale service