We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23e5b4 commit 75386c2Copy full SHA for 75386c2
deploy_apps/tks-primary-cluster.yaml
@@ -264,7 +264,7 @@ spec:
264
parameters:
265
- name: cluster_id
266
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"
+ when: "'{{steps.sync-organization-changes.outputs.parameters.changed_primary_id}}' != NONE"
268
269
#######################
270
# Template Definition #
0 commit comments