Skip to content

Commit 432458b

Browse files
Argo cd sync gitops (#582)
* argo-cd-sync for GitOps Runtimes * argo-cd-sync - Adding code * Adding IMAGE_NAME property * argo-cd-sync - Making it an official plugin * argo-cd-sync | Adding an example * dummy change
1 parent 6dc2a75 commit 432458b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

incubating/argo-cd-sync/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ COPY requirements.txt requirements.txt
44
RUN pip3 install -r requirements.txt
55
COPY queries queries/
66
COPY argocd_sync.py run.py
7-
8-
CMD [ "python3", "run.py"]
7+
CMD [ "python3", "run.py"]

0 commit comments

Comments
 (0)