Difference between revisions of "Secret.yml"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
== Related commands ==
 
== Related commands ==
 
* <code>[[kubectl create secret]]</code>
 
* <code>[[kubectl create secret]]</code>
 
 
  
 
== See also ==
 
== See also ==

Revision as of 12:12, 13 April 2021

apiVersion: v1
kind: Secret
metadata:
  name: mysecret
type: Opaque
data:
  username: YWRtaW4=
  password: MWYyZDFlMmU2N2Rm

Create secret:

Related commands

See also

Advertising: