Skip to content

Commit 39346b8

Browse files
committed
Fix annotation to be a string
1 parent 30403e9 commit 39346b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/multiclusterhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ metadata:
99
namespace: open-cluster-management
1010
annotations:
1111
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
12+
patterns.gitops.validatedpatterns.io/managed: "true"
1313
spec:
1414
{{ .Values.acm.mch_spec | toYaml | indent 2 }}

tests/multiclusterhub_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tests:
4444
asserts:
4545
- equal:
4646
path: metadata.annotations["patterns.gitops.validatedpatterns.io/managed"]
47-
value: true
47+
value: "true"
4848

4949
- it: Should have empty spec by default
5050
asserts:

0 commit comments

Comments
 (0)