mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-13 06:59:22 +00:00
9 lines
No EOL
172 B
YAML
9 lines
No EOL
172 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: some-values
|
|
namespace: my-namespace
|
|
annotation:
|
|
flub: annotation should be annotations
|
|
data:
|
|
file.name: "a value" |