fix: update external-secrets API version and escape template syntax in grafana-admin-secret manifest
This commit is contained in:
@@ -5621,7 +5621,7 @@ cleanPrometheusOperatorObjectNames: false
|
|||||||
## If dict, keys are ignored and only values are used.
|
## If dict, keys are ignored and only values are used.
|
||||||
## Items contained within extraObjects can be defined as dict or string and are passed through tpl.
|
## Items contained within extraObjects can be defined as dict or string and are passed through tpl.
|
||||||
extraManifests:
|
extraManifests:
|
||||||
- apiVersion: external-secrets.io/v1beta1
|
- apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-admin-secret
|
name: grafana-admin-secret
|
||||||
@@ -5638,7 +5638,7 @@ extraManifests:
|
|||||||
engineVersion: v2
|
engineVersion: v2
|
||||||
data:
|
data:
|
||||||
admin-user: "admin"
|
admin-user: "admin"
|
||||||
admin-password: "{{ .password }}"
|
admin-password: '{{ "{{ .password }}" }}'
|
||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user