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

19 lines
389 B
YAML
Raw Normal View History

2020-05-18 18:55:58 +00:00
resources:
- grafana-deployment.yaml
2020-08-02 03:40:27 +00:00
- ingress.yaml
2020-05-18 18:55:58 +00:00
configMapGenerator:
- name: grafana-datasources
files:
- datasources.yaml=provision/datasources.yaml
secretGenerator:
- name: mariadb-credentials-secret
type: Opaque
2020-08-02 01:49:55 +00:00
behavior: create
2020-05-18 18:55:58 +00:00
literals:
2020-08-29 16:38:44 +00:00
- host=mariadb-localhost:3306
2020-05-18 18:55:58 +00:00
- database=grafana
- username=grafana
2020-08-11 04:37:20 +00:00
- password=changeme