fix typo in local confgimap metadata

This commit is contained in:
Blizter 2021-10-23 12:39:36 -04:00
parent bdfa78ad6c
commit 24f444fc76

View File

@ -1,7 +1,7 @@
local configmap(name, namespace, data) = {
apiVersion: "v1",
kind: "ConfigMap",
metadate : {
metadata : {
name: name,
namespace: namespace,
},