Kubernetes ConfigMap Manifest

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Example

apiVersion: v1
kind: Secret
metadata:
  name: blue
  labels:
    color: blue
  annotations:
    ...
type: Opaque
data:
  shape: c3F1YXJl
  size: bGFyZ2U=
stringData:
  color: red

Elements

type

data

stringData