Kubernetes Secret Manifest
Jump to navigation
Jump to search
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: