Skip to content

Commit ca0ba2c

Browse files
committed
✨ Kubernetes Helm deployment directory reconstruction #2722
[Specification Details] 1. Remove the secrets generated in local env.
1 parent 43a84ef commit ca0ba2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

k8s/helm/nexent/charts/nexent-common/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ secrets:
114114
minio:
115115
rootUser: "nexent"
116116
rootPassword: "nexent@4321"
117-
accessKey: "nexent-ru7ks1q"
118-
secretKey: "NZ7wTO5M5W08oBTtzGqsi2vw"
117+
accessKey: ""
118+
secretKey: ""
119119
ssh:
120120
username: "nexent"
121121
password: "nexent@2025"
122122
supabase:
123-
jwtSecret: "sWvUfP3N3CiD+VFPbAUGEzjyRvTwMFdRN4LYr+9+srI="
124-
secretKeyBase: "RX/Lk1+m7PqKkDPpIBQyoMM2qUIv/apcTAvfGOrsklgnut6wvna++zK9xiVixBb165ReQzhQhygYmr9UapII0A=="
125-
vaultEncKey: "Wf0XdVmicUVNABIAkAN/QWAi+pmr9wzRFIZLIOzpPYk="
126-
anonKey: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzc0NjAwNjk2LCJleHAiOjE5MzIyODA2OTZ9._TRsr_VzYNYNLiLH9B-R65drHdc6BCpm0j3HIC6jBW0"
127-
serviceRoleKey: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIiwiaXNzIjoic3VwYWJhc2UiLCJpYXQiOjE3NzQ2MDA2OTcsImV4cCI6MTkzMjI4MDY5N30.aeV4XBToQ58grlObvk-YGVM8n_7PvI4MoBu6wwZl3qc"
123+
jwtSecret: ""
124+
secretKeyBase: ""
125+
vaultEncKey: ""
126+
anonKey: ""
127+
serviceRoleKey: ""
128128
postgresPassword: "Huawei123"
129129
gotrueDbUrl: "postgres://supabase_auth_admin:Huawei123@nexent-supabase-db:5436/supabase?search_path=auth&sslmode=disable"
130130

0 commit comments

Comments
 (0)