Create karbor namespace resource
This commit is contained in:
parent
df616f2e64
commit
53869a394d
|
@ -1,6 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./harbor.sops.yaml
|
||||
- ./harbor-pv.yaml
|
||||
- ./helm-repository.yaml
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: harbor
|
||||
labels:
|
||||
name: harbor
|
Loading…
Reference in New Issue