From 739200dea36be5c41533739cdd30ac39c0aace5f Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun <kakkoyun@gmail.com> Date: Mon, 16 Nov 2020 09:03:35 +0100 Subject: [PATCH] Fix typo Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> --- jsonnet/kube-prometheus/kube-prometheus-kops-coredns.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/kube-prometheus-kops-coredns.libsonnet b/jsonnet/kube-prometheus/kube-prometheus-kops-coredns.libsonnet index 7311c366..a003fc75 100644 --- a/jsonnet/kube-prometheus/kube-prometheus-kops-coredns.libsonnet +++ b/jsonnet/kube-prometheus/kube-prometheus-kops-coredns.libsonnet @@ -13,7 +13,7 @@ { name: 'metrics', port: 9153, targetPort: 9153 }, ], selector: { 'k8s-app': 'kube-dns' }, - cluserAPI: 'None', + clusterIP: 'None', }, }, }, -- GitLab