Create karbor namespace resource
This commit is contained in:
parent
df616f2e64
commit
53869a394d
2 changed files with 7 additions and 0 deletions
cluster/apps/harbor
|
@ -1,6 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./harbor.sops.yaml
|
||||
- ./harbor-pv.yaml
|
||||
- ./helm-repository.yaml
|
||||
|
|
6
cluster/apps/harbor/namespace.yaml
Normal file
6
cluster/apps/harbor/namespace.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: harbor
|
||||
labels:
|
||||
name: harbor
|
Loading…
Add table
Reference in a new issue