fix: add longhorn

This commit is contained in:
Yadunand Prem 2025-05-13 20:48:13 -04:00
parent 6ae87cc744
commit 35b64225d8
No known key found for this signature in database
2 changed files with 17 additions and 17 deletions

View File

@ -4,5 +4,5 @@ kind: Kustomization
resources: resources:
- ../base/podinfo.yaml - ../base/podinfo.yaml
# - ../base/harbor.yaml # - ../base/harbor.yaml
- ../base/gitea.yaml # - ../base/gitea.yaml
# - ../base/yadunut-dev.yaml # - ../base/yadunut-dev.yaml

View File

@ -1,16 +1,16 @@
# --- ---
# apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization kind: Kustomization
# metadata: metadata:
# name: infra-longhorn name: infra-longhorn
# namespace: flux-system namespace: flux-system
# spec: spec:
# interval: 1h0m0s interval: 1h0m0s
# path: ./infra/controllers/longhorn path: ./infra/controllers/longhorn
# prune: true prune: true
# retryInterval: 1m0s retryInterval: 1m0s
# sourceRef: sourceRef:
# kind: GitRepository kind: GitRepository
# name: flux-system name: flux-system
# timeout: 5m0s timeout: 5m0s
# wait: true wait: true