Add generic tasks and pipelines.

This commit is contained in:
James Pace 2023-04-11 19:41:45 -04:00
parent e1e5e2940c
commit 76701006b2
2 changed files with 28 additions and 0 deletions

View File

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

View File

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