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