From a151d17fde05ed10ea6b28570905c04ffda62736 Mon Sep 17 00:00:00 2001 From: wyike <77846369+wangyikewxgm@users.noreply.github.com> Date: Wed, 15 Sep 2021 14:25:55 +0800 Subject: [PATCH] Fix: generate service in canary-traffic trait (#2307) fix ci Fix: apply remaing bug fix ci --- charts/vela-core/templates/addons/istio.yaml | 4 ++++ vela-templates/addons/auto-gen/istio.yaml | 4 ++++ .../addons/istio/definitions/canary-rollout-wf-def.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/charts/vela-core/templates/addons/istio.yaml b/charts/vela-core/templates/addons/istio.yaml index 29a24fb98..bf42e033b 100644 --- a/charts/vela-core/templates/addons/istio.yaml +++ b/charts/vela-core/templates/addons/istio.yaml @@ -82,6 +82,10 @@ data: } } } + + applyRemaining: op.#ApplyRemaining & { + exceptions: [comp__] + } type: raw - name: istio-gateway properties: diff --git a/vela-templates/addons/auto-gen/istio.yaml b/vela-templates/addons/auto-gen/istio.yaml index 9b5883ab4..dbdcf88e2 100644 --- a/vela-templates/addons/auto-gen/istio.yaml +++ b/vela-templates/addons/auto-gen/istio.yaml @@ -79,6 +79,10 @@ spec: } } } + + applyRemaining: op.#ApplyRemaining & { + exceptions: [comp__] + } type: raw - name: istio-gateway properties: diff --git a/vela-templates/addons/istio/definitions/canary-rollout-wf-def.yaml b/vela-templates/addons/istio/definitions/canary-rollout-wf-def.yaml index 1bc2ab9d5..c6c1d17a9 100644 --- a/vela-templates/addons/istio/definitions/canary-rollout-wf-def.yaml +++ b/vela-templates/addons/istio/definitions/canary-rollout-wf-def.yaml @@ -59,6 +59,10 @@ spec: } } + applyRemaining: op.#ApplyRemaining & { + exceptions: [comp__] + } +