From 75b58e274af3f5c60b74d95bc446d173a60dcbcb Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Tue, 9 Apr 2024 15:16:26 +1200 Subject: [PATCH] fix: rename node-cache to node-local-dns --- infra/charts/kube-system.node.local.dns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/charts/kube-system.node.local.dns.ts b/infra/charts/kube-system.node.local.dns.ts index c19ccd3ce..deb233f86 100644 --- a/infra/charts/kube-system.node.local.dns.ts +++ b/infra/charts/kube-system.node.local.dns.ts @@ -72,7 +72,7 @@ export class NodeLocalDns extends Chart { podMetadata: {}, containers: [ { - name: 'node-cache', + name: 'node-local-dns', securityContext: { ensureNonRoot: false, allowPrivilegeEscalation: true,