cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 66d6a6df79f1bf7b8f76eef58f558eb2ce33eeec
parent f80443c9728c988f7facd67d13ecf8c18f40c47a
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 23:22:06 +0200

fix typo

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/jenkins/helm-repository.yaml | 4++--
Mapps/talos_cluster/jenkins/operator-release.yaml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/talos_cluster/jenkins/helm-repository.yaml b/apps/talos_cluster/jenkins/helm-repository.yaml @@ -11,5 +11,5 @@ spec: ignore: | # exclude all /* - # include charts directory - !/charts/ + # include chart directory + !/chart/ diff --git a/apps/talos_cluster/jenkins/operator-release.yaml b/apps/talos_cluster/jenkins/operator-release.yaml @@ -8,7 +8,7 @@ spec: releaseName: jenkins-operator chart: spec: - chart: ./charts/jenkins-operator + chart: ./chart/jenkins-operator sourceRef: kind: GitRepository name: jenkins-operator