Skip to content

Commit 1d4663d

Browse files
committed
fix: correct cluster platform flag
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 2109698 commit 1d4663d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (ne .Values.global.secretStore.backend "none") (.Values.sandbox.azure) }}
1+
{{- if and (ne .Values.global.secretStore.backend "none") (eq .Values.global.clusterPlatform "Azure") }}
22
---
33
apiVersion: "external-secrets.io/v1beta1"
44
kind: ExternalSecret

values-global.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
global:
22
pattern: coco-pattern
33
secretStore:
4+
# Warning: This must be present even if it is set to none.
45
backend: vault # none, vault, kubernetes
56
options:
67
useCSV: false

0 commit comments

Comments
 (0)