From 66a4ddcfb7f97397bd7c01e5461a6b3ca40519d7 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 23 Oct 2023 23:10:36 +0100 Subject: [PATCH] Export from flux create --- podinfo/kustomization.yaml | 23 ++++++++++++----------- podinfo/source.yaml | 3 ++- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/podinfo/kustomization.yaml b/podinfo/kustomization.yaml index 3553c5e..07e30d6 100644 --- a/podinfo/kustomization.yaml +++ b/podinfo/kustomization.yaml @@ -1,16 +1,17 @@ +--- apiVersion: kustomize.toolkit.fluxcd.io/v1 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 diff --git a/podinfo/source.yaml b/podinfo/source.yaml index f360ec2..b371841 100644 --- a/podinfo/source.yaml +++ b/podinfo/source.yaml @@ -1,10 +1,11 @@ +--- apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: podinfo namespace: flux-system spec: - interval: 1m + interval: 1m0s ref: branch: master url: https://github.com/stefanprodan/podinfo