We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007565f commit 203a60dCopy full SHA for 203a60d
1 file changed
charts/coco-supported/sandbox/templates/ssh-key-eso.yaml
@@ -1,4 +1,4 @@
1
-{{ if eq .Values.global.clusterPlatform "Azure" }}
+#{{ if eq .Values.global.clusterPlatform "Azure" }} This selector doens't work in multicloud situations but it also doens't hurt.
2
---
3
apiVersion: "external-secrets.io/v1beta1"
4
kind: ExternalSecret
@@ -19,4 +19,4 @@ spec:
19
dataFrom:
20
- extract:
21
key: {{ .Values.sandbox.sshKey }}
22
-{{ end }}
+#{{ end }}ß
0 commit comments