fix(sops): Namespace creation

This commit is contained in:
Tanguy Herbron 2023-05-05 23:35:22 +02:00
parent b40ce92547
commit 9fe9bc9f47
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: sops