Merge pull request #7 from 3dwardch3ng/app/capacitor

update podinfo
This commit is contained in:
2024-06-10 00:26:52 +10:00
committed by GitHub
2 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,19 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: podinfo
namespace: podinfo
spec:
interval: 5m
url: https://github.com/stefanprodan/podinfo
ref:
branch: master
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: podinfo
namespace: flux-system
namespace: podinfo
spec:
interval: 30m0s
path: ./kustomize

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