From 36d2a3c8e45ae0e7c2e08e835315c00fcb934eed Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 23 Oct 2023 23:01:39 +0100 Subject: [PATCH] Fix spec indentation --- podinfo/kustomization.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/podinfo/kustomization.yaml b/podinfo/kustomization.yaml index 3aa6d64..3553c5e 100644 --- a/podinfo/kustomization.yaml +++ b/podinfo/kustomization.yaml @@ -3,14 +3,14 @@ kind: Kustomization metadata: name: podinfo namespace: flux-system -spec: - interval: 30m0s - path: ./kustomize - prune: true - retryInterval: 2m0s - sourceRef: - kind: GitRepository - name: podinfo - targetNamespace: default - timeout: 3m0s - wait: true \ No newline at end of file + spec: + interval: 30m0s + path: ./kustomize + prune: true + retryInterval: 2m0s + sourceRef: + kind: GitRepository + name: podinfo + targetNamespace: default + timeout: 3m0s + wait: true \ No newline at end of file