Move things into more hierarchical namespaces
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace: bitwarden
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- cluster-stores.yaml
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: bitwarden
|
||||
Reference in New Issue
Block a user