{% raw %} apiVersion: external-secrets.io/v1alpha1 kind: ExternalSecret metadata: name: template spec: # ... target: name: secret-to-be-created # this is how the Kind=Secret will look like template: type: kubernetes.io/tls engineVersion: v2 data: # multiline string config: | datasources: - name: Graphite type: graphite access: proxy url: http://localhost:8080 password: "{{ .password }}" user: "{{ .user }}" data: - secretKey: user remoteRef: key: /grafana/user - secretKey: password remoteRef: key: /grafana/password {% endraw %}