1
0
Fork 0
home-stack-kustomize/kustomize/bases/grafana/kustomization.yaml

19 lines
383 B
YAML

resources:
- grafana-deployment.yaml
- ingress.yaml
configMapGenerator:
- name: grafana-datasources
files:
- datasources.yaml=provision/datasources.yaml
secretGenerator:
- name: postgres-credentials-secret
type: Opaque
behavior: create
literals:
- host=172.18.1.2:5432
- database=grafana
- username=grafana
- password=changeme