We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30403e9 commit 39346b8Copy full SHA for 39346b8
2 files changed
templates/multiclusterhub.yaml
@@ -9,6 +9,6 @@ metadata:
9
namespace: open-cluster-management
10
annotations:
11
installer.open-cluster-management.io/mce-subscription-spec: '{"source": "{{ default "redhat-operators" .Values.acm.mce_operator.source }}" {{- $channel }} }'
12
- patterns.gitops.validatedpatterns.io/managed: true
+ patterns.gitops.validatedpatterns.io/managed: "true"
13
spec:
14
{{ .Values.acm.mch_spec | toYaml | indent 2 }}
tests/multiclusterhub_test.yaml
@@ -44,7 +44,7 @@ tests:
44
asserts:
45
- equal:
46
path: metadata.annotations["patterns.gitops.validatedpatterns.io/managed"]
47
- value: true
+ value: "true"
48
49
- it: Should have empty spec by default
50
0 commit comments