Fix sample yaml for secret (#7072)
The sample yaml contains base64 encoded strings that were generated with trailing returns. This is inconsistent to the result from the command in which a user passes the key and value from command line. This PR removes the trailing "Cg==" characters for consistency. Closes: #7065
This commit is contained in:
@@ -3,5 +3,5 @@ kind: Secret
|
||||
metadata:
|
||||
name: test-secret
|
||||
data:
|
||||
username: bXktYXBwCg==
|
||||
password: Mzk1MjgkdmRnN0piCg==
|
||||
username: bXktYXBw
|
||||
password: Mzk1MjgkdmRnN0pi
|
||||
|
||||
Reference in New Issue
Block a user