Have I broken it or does it work if infra is gone?
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
# apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
# kind: Kustomization
|
||||||
metadata:
|
# metadata:
|
||||||
name: infrastructure
|
# name: infrastructure
|
||||||
namespace: flux-system
|
# namespace: flux-system
|
||||||
spec:
|
# spec:
|
||||||
interval: 1h
|
# interval: 1h
|
||||||
retryInterval: 1m
|
# retryInterval: 1m
|
||||||
timeout: 5m
|
# timeout: 5m
|
||||||
sourceRef:
|
# sourceRef:
|
||||||
kind: GitRepository
|
# kind: GitRepository
|
||||||
name: flux-system
|
# name: flux-system
|
||||||
path: ./infrastructure
|
# path: ./infrastructure
|
||||||
prune: true
|
# prune: true
|
||||||
wait: true
|
# wait: true
|
||||||
Reference in New Issue
Block a user