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 4b5e9fa commit 31e8239Copy full SHA for 31e8239
incubating/argocd-app-status/Dockerfile
@@ -20,4 +20,4 @@ USER codefresh
20
WORKDIR /app
21
COPY queries queries/
22
COPY --from=builder /app/dist/argocd_app_status argocd_app_status
23
-ENTRYPOINT ["/app/argocd_app_status"]
+CMD ["/app/argocd_app_status"]
incubating/argocd-app-status/step.yaml
@@ -96,8 +96,7 @@ spec:
96
- '[[ $key ]]=[[ $val ]]'
97
[[- end ]]
98
commands:
99
- - cd /app
100
- - ./argocd_app_status
+
101
delimiters:
102
left: '[['
103
right: ']]'
0 commit comments