mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-05 10:31:33 +01:00
fix typo in local confgimap metadata
This commit is contained in:
parent
bdfa78ad6c
commit
24f444fc76
@ -1,7 +1,7 @@
|
|||||||
local configmap(name, namespace, data) = {
|
local configmap(name, namespace, data) = {
|
||||||
apiVersion: "v1",
|
apiVersion: "v1",
|
||||||
kind: "ConfigMap",
|
kind: "ConfigMap",
|
||||||
metadate : {
|
metadata : {
|
||||||
name: name,
|
name: name,
|
||||||
namespace: namespace,
|
namespace: namespace,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user