Definitely broken

This commit is contained in:
2024-02-11 17:21:59 +00:00
parent d7dda6b562
commit f3e31a3c58

View File

@@ -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