mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: add missing crds
This commit is contained in:
@@ -22,7 +22,7 @@ flux bootstrap github \
|
||||
--version=latest \
|
||||
--owner=auricom \
|
||||
--repository=home-ops \
|
||||
--path=cluster \
|
||||
--path=cluster/base \
|
||||
--personal \
|
||||
--network-policy=false
|
||||
```
|
||||
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# renovate: datasource=docker image=quay.io/jetstack/cert-manager-controller
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.crds.yaml
|
@@ -1,6 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cert-manager
|
||||
- external-snapshotter
|
||||
- kube-prometheus-stack
|
||||
- node-feature-discovery
|
||||
- rook-ceph
|
||||
- system-upgrade-controller
|
||||
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/kubernetes-sigs/node-feature-discovery//deployment/base/nfd-crds?ref=v0.11.1
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# renovate: datasource=docker image=rancher/system-upgrade-controller
|
||||
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.9.1/crd.yaml
|
Reference in New Issue
Block a user