Skip to content

Commit 7198f79

Browse files
authored
Merge pull request kosmos-io#779 from OrangeBao/main
feat: clean up key information
2 parents 898c6f1 + 442047d commit 7198f79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/deploy/cr/secrets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
ROOT_PASSWORD: TWduU0hpQHRvSTElCg==
3+
ROOT_PASSWORD: {{ .PASSWORD }}
44
kind: Secret
55
metadata:
66
name: my-secret

test/e2e/deploy/mysql-operator/mysqll-operator.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ spec:
184184
---
185185
apiVersion: v1
186186
data:
187-
TOPOLOGY_PASSWORD: S2ZISEdUOHNOdQ==
188-
TOPOLOGY_USER: b3JjaGVzdHJhdG9y
187+
TOPOLOGY_PASSWORD: {{ .PASSWORD }}
188+
TOPOLOGY_USER: {{ .USER }}
189189
kind: Secret
190190
metadata:
191191
name: mysql-operator-orc

0 commit comments

Comments
 (0)