e1dbc1a497
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
8 lines
114 B
YAML
8 lines
114 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: test-secret
|
|
data:
|
|
username: bXktYXBw
|
|
password: Mzk1MjgkdmRnN0pi
|