Add podinfo kustomization
This commit is contained in:
parent
e5768b877d
commit
3a820f4a55
15
flux/cluster/base/podinfo-kustomization.yaml
Normal file
15
flux/cluster/base/podinfo-kustomization.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m0s
|
||||
path: ./kustomize
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: podinfo
|
||||
targetNamespace: default
|
||||
|
Loading…
Reference in a new issue