Skip to content

Commit

Permalink
fix: rename node-cache to node-local-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Apr 9, 2024
1 parent 920976e commit 75b58e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/charts/kube-system.node.local.dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class NodeLocalDns extends Chart {
podMetadata: {},
containers: [
{
name: 'node-cache',
name: 'node-local-dns',
securityContext: {
ensureNonRoot: false,
allowPrivilegeEscalation: true,
Expand Down

0 comments on commit 75b58e2

Please sign in to comment.