We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a518841 commit ba121e8Copy full SHA for ba121e8
roles/vdm/tasks/deploy.yaml
@@ -64,6 +64,7 @@
64
orchestration deploy
65
--namespace "{{ NAMESPACE }}"
66
--sas-deployment-cr "{{ item.path }}"
67
+ {{ '--repository-warehouse ' + V4_CFG_REPOSITORY_WAREHOUSE if V4_CFG_REPOSITORY_WAREHOUSE else '' }}
68
args:
69
chdir: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}"
70
with_items:
@@ -83,6 +84,7 @@
83
84
85
--user-content "{{ DEPLOY_DIR }}"
86
--local-deployment-assets
87
88
89
90
0 commit comments