Skip to content

Commit

Permalink
feat: clean up key information
Browse files Browse the repository at this point in the history
Signed-off-by: baoyinghai_yewu <[email protected]>
  • Loading branch information
OrangeBao committed Dec 16, 2024
1 parent 37cb260 commit 8df4f99
Showing 1 changed file with 2 additions and 2 deletions.
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 8df4f99

Please sign in to comment.