Add namespace.yaml to prevent accidental deletion
Add explicit namespace definition to ensure ArgoCD doesn't delete the namespace during sync operations. Resolves: DEV-387 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
c0dd78d172
commit
ad28439642
1 changed files with 4 additions and 0 deletions
4
apps/paperclip/namespace.yaml
Normal file
4
apps/paperclip/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: paperclip
|
||||
Loading…
Add table
Reference in a new issue