feat: disable harbor
This commit is contained in:
@@ -12,6 +12,14 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
itemPath: "vaults/cluster/items/harbor-admin-password"
|
itemPath: "vaults/cluster/items/harbor-admin-password"
|
||||||
---
|
---
|
||||||
|
apiVersion: onepassword.com/v1
|
||||||
|
kind: OnePasswordItem
|
||||||
|
metadata:
|
||||||
|
name: harbor-secret-key
|
||||||
|
namespace: harbor
|
||||||
|
spec:
|
||||||
|
itemPath: "vaults/cluster/items/harbor-secret-key"
|
||||||
|
---
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
@@ -51,3 +59,4 @@ spec:
|
|||||||
externalURL: https://harbor.yadunut.dev
|
externalURL: https://harbor.yadunut.dev
|
||||||
existingSecretAdminPassword: harbor-admin-password
|
existingSecretAdminPassword: harbor-admin-password
|
||||||
existingSecretAdminPasswordKey: password
|
existingSecretAdminPasswordKey: password
|
||||||
|
existingSecretSecretKey: harbor-secret-key
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base/podinfo.yaml
|
- ../base/podinfo.yaml
|
||||||
- ../base/harbor.yaml
|
# - ../base/harbor.yaml
|
||||||
- ../base/gitea.yaml
|
# - ../base/gitea.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user