Add harbor secrets to kustomize.yaml

This commit is contained in:
SeanOMik 2023-04-16 01:39:42 -04:00
parent 97cb9288f5
commit 3250c0b4ea
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 1 additions and 0 deletions

View File

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