fix(sops): Namespace creation
This commit is contained in:
parent
b40ce92547
commit
9fe9bc9f47
@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: sops
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- cluster_role_binding.yaml
|
||||
- cluster_role.yaml
|
||||
- operator.yaml
|
||||
|
4
sops-operator/namespace.yaml
Normal file
4
sops-operator/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: sops
|
Loading…
Reference in New Issue
Block a user