From 10482d5c4c1be315bd305fe867b62ecfb2b65ef1 Mon Sep 17 00:00:00 2001 From: HH Date: Mon, 10 Oct 2022 21:38:52 +0800 Subject: [PATCH] SUBMARINE-1293. delete seldon-secret, add conditon and add default value for synchronization --- helm-charts/submarine/templates/seldon-gateway.yaml | 2 +- helm-charts/submarine/templates/seldon-secret.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/helm-charts/submarine/templates/seldon-gateway.yaml b/helm-charts/submarine/templates/seldon-gateway.yaml index ff9c01bed7..7e394494e9 100644 --- a/helm-charts/submarine/templates/seldon-gateway.yaml +++ b/helm-charts/submarine/templates/seldon-gateway.yaml @@ -18,7 +18,7 @@ apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: seldon-gateway - namespace: istio-system + namespace: default spec: selector: istio: ingressgateway # use istio default controller diff --git a/helm-charts/submarine/templates/seldon-secret.yaml b/helm-charts/submarine/templates/seldon-secret.yaml index 357239e85c..4a7d0c37f2 100644 --- a/helm-charts/submarine/templates/seldon-secret.yaml +++ b/helm-charts/submarine/templates/seldon-secret.yaml @@ -1,4 +1,3 @@ - # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -19,7 +18,7 @@ apiVersion: v1 kind: Secret metadata: name: submarine-serve-secret - namespace: submarine-user-test + namespace: default type: Opaque stringData: RCLONE_CONFIG_S3_TYPE: s3