diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index 4f15ae4..391384c 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: name: "{{ include "helm-socks-frontend.name" . }}-workflow" + namespace: argo annotations: argocd.argoproj.io/hook: PostSync # argocd.argoproj.io/hook-delete-policy: HookSucceeded @@ -12,6 +13,7 @@ spec: - name: check-service-up container: image: appropriate/curl + command: ['curl'] args: - '-X GET' - 'helm-socks-frontend-int' @@ -31,6 +33,7 @@ spec: - name: status container: image: appropriate/curl + command: ['curl'] args: - '-X POST' - '-H "Content-Type: application/json"'