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 <abc@abctaylor.com>
This commit is contained in:
ABC Taylor
2024-04-11 08:37:09 +01:00
parent 0b96e45e05
commit 562df92c3a
+1
View File
@@ -118,6 +118,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: goldpinger-serviceaccount
namespace: default
---
apiVersion: apps/v1
kind: DaemonSet