Skip to content

Commit

Permalink
add cwm-worker-ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 27, 2024
1 parent 458e20a commit 744225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd_plugin/cwm_worker_cluster_argocd_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def generate_template(cmd, cwd, data):
cwm_app = os.environ.get('ARGOCD_ENV_CWM_APP')
cluster_name = os.environ.get('CLUSTER_NAME')
if cwm_app and cluster_name:
cmd += add_cluster_values(cwm_app, cluster_name, cwd)
cmd = ' '.join([cmd, *add_cluster_values(cwm_app, cluster_name, cwd)])
return cmd, cwd


Expand Down

0 comments on commit 744225b

Please # to comment.