1apiVersion: v1 2kind: ConfigMap 3metadata: 4 name: unconventional-keys 5data: 6 5: "integer" 7 3.14: "float" 8 true: "boolean"
View as plain text