Kubernetes Secret Manifest: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
[[#stringData|stringData]]: | [[#stringData|stringData]]: | ||
color: red | color: red | ||
[[#immutable]]: true | |||
</font> | </font> | ||
Revision as of 20:58, 28 February 2024
External
Internal
Example
apiVersion: v1 kind: Secret metadata: name: blue labels: color: blue annotations: ... type: Opaque data: shape: c3F1YXJl size: bGFyZ2U= stringData: color: red #immutable: true