Skip to content

Commit

Permalink
Reloader namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsve committed Sep 2, 2020
1 parent a07a5df commit 5a782ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reloader/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ kind: Kustomization
bases:
- github.com/stakater/Reloader/deployments/kubernetes?ref=v0.0.68

resources:
- namespace.yaml

namespace: reloader
7 changes: 7 additions & 0 deletions reloader/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: reloader
spec:
finalizers:
- kubernetes

0 comments on commit 5a782ce

Please sign in to comment.