Compare commits

..

No commits in common. "6bfb8e543a03183fd4ff0830652fc5ba514c043a" and "5e153aba4c93d40561208b7060242a26754ec219" have entirely different histories.

5 changed files with 1 additions and 29 deletions

View File

@ -1,17 +0,0 @@
---
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

View File

@ -1,11 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: master
url: https://github.com/stefanprodan/podinfo

View File

@ -20,7 +20,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m0s interval: 10m0s
path: ./clusters/lab path: ./clusters/my-cluster
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository