mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: unconventional-keys
|
|
data:
|
|
5: "integer"
|
|
3.14: "float"
|
|
true: "boolean"
|