fix: add longhorn
This commit is contained in:
parent
6ae87cc744
commit
35b64225d8
@ -4,5 +4,5 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../base/podinfo.yaml
|
||||
# - ../base/harbor.yaml
|
||||
- ../base/gitea.yaml
|
||||
# - ../base/gitea.yaml
|
||||
# - ../base/yadunut-dev.yaml
|
||||
|
@ -1,16 +1,16 @@
|
||||
# ---
|
||||
# apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
# kind: Kustomization
|
||||
# metadata:
|
||||
# name: infra-longhorn
|
||||
# namespace: flux-system
|
||||
# spec:
|
||||
# interval: 1h0m0s
|
||||
# path: ./infra/controllers/longhorn
|
||||
# prune: true
|
||||
# retryInterval: 1m0s
|
||||
# sourceRef:
|
||||
# kind: GitRepository
|
||||
# name: flux-system
|
||||
# timeout: 5m0s
|
||||
# wait: true
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: infra-longhorn
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h0m0s
|
||||
path: ./infra/controllers/longhorn
|
||||
prune: true
|
||||
retryInterval: 1m0s
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
timeout: 5m0s
|
||||
wait: true
|
||||
|
Loading…
Reference in New Issue
Block a user