Skip to content

Commit

Permalink
add argocd plugin implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 27, 2024
1 parent 10526dc commit 7397a05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions argocd_plugin/cwm_worker_cluster_argocd_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import sys


def init(chart_path):
pass


def generate_template(cmd, cwd, data):
print('generate_template', cmd, cwd, str(data), file=sys.stderr)
return cmd, cwd

0 comments on commit 7397a05

Please # to comment.