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