Deploy tekton and squid.

This commit is contained in:
James Pace 2023-04-01 20:55:15 -04:00
parent fe115c523b
commit d00c516eea
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: squid
namespace: flux-system
spec:
interval: 5m0s
path: ./squid
prune: true
sourceRef:
kind: GitRepository
name: flux-app
targetNamespace: default

View File

@ -0,0 +1,13 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: tekton
namespace: flux-system
spec:
interval: 5m0s
path: ./tekton
prune: true
sourceRef:
kind: GitRepository
name: flux-app