Kubernetes Secret Manifest: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
[[#stringData|stringData]]: | [[#stringData|stringData]]: | ||
color: red | color: red | ||
[[#immutable]]: true | [[#immutable|immutable]]: true | ||
</font> | </font> | ||
Line 30: | Line 30: | ||
==data== | ==data== | ||
==stringData== | ==stringData== | ||
==<tt>immutable</tt>== | |||
See: {{Internal|Kubernetes_Cluster_Configuration_Concepts#Immutable_Secrets|Immutable Secrets}} |
Latest 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
Elements
type
data
stringData
immutable
See: