Fix spec indentation

This commit is contained in:
2023-10-23 23:01:39 +01:00
parent ea15ef4fb6
commit 36d2a3c8e4

View File

@@ -3,14 +3,14 @@ kind: Kustomization
metadata: metadata:
name: podinfo name: podinfo
namespace: flux-system namespace: flux-system
spec: spec:
interval: 30m0s interval: 30m0s
path: ./kustomize path: ./kustomize
prune: true prune: true
retryInterval: 2m0s retryInterval: 2m0s
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: podinfo name: podinfo
targetNamespace: default targetNamespace: default
timeout: 3m0s timeout: 3m0s
wait: true wait: true