Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
SUBMARINE-1293. delete seldon-secret, add conditon and add default va…
Browse files Browse the repository at this point in the history
…lue for synchronization
  • Loading branch information
hhcs9527 committed Oct 10, 2022
1 parent c6199de commit 10482d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-charts/submarine/templates/seldon-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions helm-charts/submarine/templates/seldon-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -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
Expand Down

0 comments on commit 10482d5

Please sign in to comment.