initial pipelines concept
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: nginx-prod
|
||||
labels:
|
||||
pipelines.weave.works/name: nginx
|
||||
pipelines.weave.works/stage: "2"
|
||||
spec:
|
||||
interval: 1m0s
|
||||
path: ./pipelines/k8s-kustomizations/pipelines/nginx/prod
|
||||
prune: false
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: test
|
||||
namespace: flux-system
|
||||
Reference in New Issue
Block a user