Merge pull request #2136 from oshalygin/patch-2
Update configs with username followed by password
This commit is contained in:
@@ -113,8 +113,8 @@ metadata:
|
|||||||
name: mysecret
|
name: mysecret
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
password: MWYyZDFlMmU2N2Rm
|
|
||||||
username: YWRtaW4=
|
username: YWRtaW4=
|
||||||
|
password: MWYyZDFlMmU2N2Rm
|
||||||
```
|
```
|
||||||
|
|
||||||
The data field is a map. Its keys must match
|
The data field is a map. Its keys must match
|
||||||
@@ -142,8 +142,8 @@ Get back the secret created in the previous section:
|
|||||||
$ kubectl get secret mysecret -o yaml
|
$ kubectl get secret mysecret -o yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
password: MWYyZDFlMmU2N2Rm
|
|
||||||
username: YWRtaW4=
|
username: YWRtaW4=
|
||||||
|
password: MWYyZDFlMmU2N2Rm
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: 2016-01-22T18:41:56Z
|
creationTimestamp: 2016-01-22T18:41:56Z
|
||||||
|
|||||||
Reference in New Issue
Block a user