Skip to content

Commit

Permalink
Add default namespace default to ServiceAccount definition, to catc…
Browse files Browse the repository at this point in the history
…h case where users find-replace `default` with another namespace but don't change it for the ServiceAccount

Signed-Off-By: Andrew Taylor <abc@abctaylor.com>
  • Loading branch information
abctaylor committed Apr 6, 2024
1 parent 0b96e45 commit bda1235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: goldpinger-serviceaccount
namespace: default
---
apiVersion: apps/v1
kind: DaemonSet
Expand Down

0 comments on commit bda1235

Please sign in to comment.