From 61867d4bcacbb5ec53d19016d4135026c419b0e9 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sat, 28 Mar 2020 21:07:03 -0400 Subject: [PATCH] upating --- helm-socks-frontend/templates/tests/workflow.yaml | 3 +++ 1 file changed, 3 insertions(+) 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"'