Create karbor namespace resource

This commit is contained in:
SeanOMik 2023-04-16 01:57:53 -04:00
parent df616f2e64
commit 53869a394d
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./harbor.sops.yaml
- ./harbor-pv.yaml
- ./helm-repository.yaml

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: harbor
labels:
name: harbor