Skip to content

Commit

Permalink
Merge pull request #779 from OrangeBao/main
Browse files Browse the repository at this point in the history
feat: clean up key information
  • Loading branch information
duanmengkk authored Dec 16, 2024
2 parents 898c6f1 + 442047d commit 7198f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/deploy/cr/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
ROOT_PASSWORD: TWduU0hpQHRvSTElCg==
ROOT_PASSWORD: {{ .PASSWORD }}
kind: Secret
metadata:
name: my-secret
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/deploy/mysql-operator/mysqll-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ spec:
---
apiVersion: v1
data:
TOPOLOGY_PASSWORD: S2ZISEdUOHNOdQ==
TOPOLOGY_USER: b3JjaGVzdHJhdG9y
TOPOLOGY_PASSWORD: {{ .PASSWORD }}
TOPOLOGY_USER: {{ .USER }}
kind: Secret
metadata:
name: mysql-operator-orc
Expand Down

0 comments on commit 7198f79

Please sign in to comment.