mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
![feisar-bot[bot]](/assets/img/avatar_default.png)
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | fluxcd/flux2 | v2.4.0 | v2.5.1 | | docker | ghcr.io/fluxcd/flux-manifests | v2.4.0 | v2.5.1 |
62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
# IMPORTANT: This file is not tracked by flux and should never be. Its
|
|
# purpose is to only install the Flux components and CRDs into your cluster.
|
|
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- github.com/fluxcd/flux2/manifests/install?ref=v2.5.1
|
|
patches:
|
|
# Remove the default network policies
|
|
- patch: |-
|
|
$patch: delete
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: not-used
|
|
target:
|
|
group: networking.k8s.io
|
|
kind: NetworkPolicy
|
|
# Resources renamed to match those installed by oci://ghcr.io/fluxcd/flux-manifests
|
|
- target:
|
|
kind: ResourceQuota
|
|
name: critical-pods
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: critical-pods-flux-system
|
|
- target:
|
|
kind: ClusterRoleBinding
|
|
name: cluster-reconciler
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: cluster-reconciler-flux-system
|
|
- target:
|
|
kind: ClusterRoleBinding
|
|
name: crd-controller
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: crd-controller-flux-system
|
|
- target:
|
|
kind: ClusterRole
|
|
name: crd-controller
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: crd-controller-flux-system
|
|
- target:
|
|
kind: ClusterRole
|
|
name: flux-edit
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: flux-edit-flux-system
|
|
- target:
|
|
kind: ClusterRole
|
|
name: flux-view
|
|
patch: |
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: flux-view-flux-system
|