correcting podinfo

This commit is contained in:
2024-06-10 13:04:47 +10:00
parent 96d42f357c
commit 07975ae949
4 changed files with 42 additions and 12 deletions

View File

@@ -1,14 +1,3 @@
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:
@@ -22,6 +11,6 @@ spec:
sourceRef:
kind: GitRepository
name: podinfo
targetNamespace: default
targetNamespace: podinfo
timeout: 3m0s
wait: true