Kubernetes Secret Manifest: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
shape: c3F1YXJl | shape: c3F1YXJl | ||
size: bGFyZ2U= | size: bGFyZ2U= | ||
[[#stringData| stringData]]: | |||
color: red | |||
=Elements= | =Elements= | ||
==type== | ==type== | ||
==data== | ==data== |
Revision as of 18:54, 29 October 2020
External
Internal
Example
apiVersion: v1 kind: Secret metadata: name: blue labels: color: blue annotations: ... type: Opaque data: shape: c3F1YXJl size: bGFyZ2U= stringData: color: red