From 562df92c3a58d57155627e2e67496e08375f9524 Mon Sep 17 00:00:00 2001 From: ABC Taylor Date: Sat, 6 Apr 2024 11:13:23 +0100 Subject: [PATCH] Add default namespace `default` to ServiceAccount definition, to catch case where users find-replace `default` with another namespace but don't change it for the ServiceAccount Signed-Off-By: ABC Taylor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 985c41a..ff3ded0 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ apiVersion: v1 kind: ServiceAccount metadata: name: goldpinger-serviceaccount + namespace: default --- apiVersion: apps/v1 kind: DaemonSet