fix(clustertool): fix indentation 2 (#34184)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Alfred Göppel
2025-04-10 12:03:23 +02:00
committed by GitHub
parent 8d582afdbb
commit fd82d5748b
9 changed files with 24 additions and 38 deletions
@@ -2,6 +2,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: flux-system
labels:
pod-security.kubernetes.io/enforce: privileged
name: flux-system
labels:
pod-security.kubernetes.io/enforce: privileged
@@ -6,14 +6,14 @@ metadata:
spec:
interval: 15m
chart:
spec:
chart: descheduler
version: 0.32.2
sourceRef:
kind: HelmRepository
name: home-ops-mirror
namespace: flux-system
interval: 15m
spec:
chart: descheduler
version: 0.32.2
sourceRef:
kind: HelmRepository
name: home-ops-mirror
namespace: flux-system
interval: 15m
timeout: 20m
maxHistory: 3
install:
@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: nginx-external
name: nginx-external
@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: nginx-internal
name: nginx-internal
@@ -1,6 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: kube-prometheus-stack
labels:
pod-security.kubernetes.io/enforce: privileged
name: kube-prometheus-stack
labels:
pod-security.kubernetes.io/enforce: privileged
@@ -1,10 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: system-upgrade
annotations:
volsync.backube/privileged-movers: "true"
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
goldilocks.fairwinds.com/enabled: "true"
pod-security.kubernetes.io/enforce: privileged
name: system-upgrade
annotations:
volsync.backube/privileged-movers: "true"
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
pod-security.kubernetes.io/enforce: privileged
@@ -1,15 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: helm-repos
namespace: flux-system
name: helm-repos
namespace: flux-system
resources:
- bjw-s.yaml
- cloudnative-pg.yaml
- home-ops-mirror.yaml
- jetstack.yaml
- kustomization.yaml
- metallb.yaml
- prometheus-community.yaml
- spegel.yaml
- truecharts.yaml
@@ -1,12 +0,0 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: metallb
namespace: flux-system
spec:
type: oci
interval: 10m
url: oci://quay.io/metallb/charts
timeout: 3m