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:
Qiming
2018-01-26 06:20:33 +08:00
committed by k8s-ci-robot
parent f8f5c7460d
commit e1dbc1a497
@@ -3,5 +3,5 @@ kind: Secret
metadata: metadata:
name: test-secret name: test-secret
data: data:
username: bXktYXBwCg== username: bXktYXBw
password: Mzk1MjgkdmRnN0piCg== password: Mzk1MjgkdmRnN0pi