Skip to content

Commit 203a60d

Browse files
committed
fix: just deploy ssh key everywhere
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 007565f commit 203a60d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/coco-supported/sandbox/templates/ssh-key-eso.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ if eq .Values.global.clusterPlatform "Azure" }}
1+
#{{ if eq .Values.global.clusterPlatform "Azure" }} This selector doens't work in multicloud situations but it also doens't hurt.
22
---
33
apiVersion: "external-secrets.io/v1beta1"
44
kind: ExternalSecret
@@ -19,4 +19,4 @@ spec:
1919
dataFrom:
2020
- extract:
2121
key: {{ .Values.sandbox.sshKey }}
22-
{{ end }}
22+
#{{ end }}ß

0 commit comments

Comments
 (0)