mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
b1a716dae9
Grafana depends on secret created by ExternalSecret, with the values pulled from Vault, causing circular dependency problem: system requires platform components but platform requires system components.
8 lines
150 B
YAML
8 lines
150 B
YAML
apiVersion: v2
|
|
name: grafana
|
|
version: 0.0.0
|
|
dependencies:
|
|
- name: grafana
|
|
repository: https://grafana.github.io/helm-charts
|
|
version: 6.56.5
|