Skip to content

Commit 56958fe

Browse files
authored
Merge pull request #335 from openinfradev/fix_syntax_error
bugfix. fix typo error
2 parents a23e5b4 + 75386c2 commit 56958fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_apps/tks-primary-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ spec:
264264
parameters:
265265
- name: cluster_id
266266
value: "{{ workflow.parameters.github_account }}/{{steps.sync-organization-changes.outputs.parameters.changed_primary_id}}"
267-
when: "{{steps.sync-organization-changes.outputs.parameters.changed_primary_id}} != NONE"
267+
when: "'{{steps.sync-organization-changes.outputs.parameters.changed_primary_id}}' != NONE"
268268

269269
#######################
270270
# Template Definition #

0 commit comments

Comments
 (0)