mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +00:00
Use release archive as kustomize base
This commit is contained in:
parent
857e442376
commit
ce64b1fc09
4 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.8
|
- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/crd
|
||||||
- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.8
|
- https://github.com/fluxcd/helm-controller/archive/v0.0.8.zip//helm-controller-0.0.8/config/manager
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.12
|
- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/crd
|
||||||
- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.12
|
- https://github.com/fluxcd/kustomize-controller/archive/v0.0.12.zip//kustomize-controller-0.0.12/config/manager
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/notification-controller/config//crd?ref=v0.0.10
|
- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/crd
|
||||||
- github.com/fluxcd/notification-controller/config//manager?ref=v0.0.10
|
- https://github.com/fluxcd/notification-controller/archive/v0.0.10.zip//notification-controller-0.0.10/config/manager
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.16
|
- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/crd
|
||||||
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.16
|
- https://github.com/fluxcd/source-controller/archive/v0.0.16.zip//source-controller-0.0.16/config/manager
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue