Merge pull request #786 from kakkoyun/fix_typo

Fix typo that introduced in recent ksonnet removal
This commit is contained in:
Paweł Krupa
2020-11-16 13:41:45 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
{ name: 'metrics', port: 9153, targetPort: 9153 }, { name: 'metrics', port: 9153, targetPort: 9153 },
], ],
selector: { 'k8s-app': 'kube-dns' }, selector: { 'k8s-app': 'kube-dns' },
cluserAPI: 'None', clusterIP: 'None',
}, },
}, },
}, },