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