fix typos and file layout for yamllint
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed

This commit is contained in:
Tom Neuber 2024-10-07 09:19:39 +02:00
parent 61d19f3413
commit e00cc2d4dd
Signed by: tom
GPG key ID: F17EFE4272D89FF6
65 changed files with 684 additions and 631 deletions

View file

@ -13,7 +13,7 @@ spec:
helm:
releaseName: traefik
valueFiles:
- $values/traefik/values.yaml
- $values/traefik/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -25,7 +25,7 @@ spec:
namespace: traefik
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -43,7 +43,7 @@ spec:
helm:
releaseName: argo
valueFiles:
- $values/argo/values.yaml
- $values/argo/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -55,7 +55,7 @@ spec:
namespace: argocd
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
selfHeal: true
prune: false
@ -70,11 +70,11 @@ spec:
sources:
- repoURL: https://charts.longhorn.io
chart: longhorn
targetRevision: 1.7.1 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/
targetRevision: 1.7.1 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/
helm:
releaseName: longhorn
valueFiles:
- $values/longhorn/values.yaml
- $values/longhorn/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -82,17 +82,17 @@ spec:
targetRevision: HEAD
path: longhorn
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
path: client/config/crd
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
path: deploy/kubernetes/snapshot-controller
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -110,7 +110,7 @@ spec:
helm:
releaseName: prometheus
valueFiles:
- $values/prometheus/values.yaml
- $values/prometheus/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -122,30 +122,30 @@ spec:
namespace: prometheus
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
automated:
prune: false
ignoreDifferences:
- group: apps
kind: Deployment
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- group: apps
kind: DaemonSet
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
- group: apps
kind: Deployment
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- group: apps
kind: DaemonSet
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
---
apiVersion: argoproj.io/v1alpha1
kind: Application
@ -161,7 +161,7 @@ spec:
helm:
releaseName: cilium-cni
valueFiles:
- $values/cilium/values.yaml
- $values/cilium/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -173,22 +173,22 @@ spec:
namespace: kube-cilium
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
automated:
prune: false
ignoreDifferences:
- group: apps
kind: Deployment
jqPathExpressions:
- '.spec.template.spec.containers[]?.resources'
- group: apps
kind: DaemonSet
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- '.spec.template.metadata.annotations'
- group: apps
kind: Deployment
jqPathExpressions:
- '.spec.template.spec.containers[]?.resources'
- group: apps
kind: DaemonSet
jqPathExpressions:
- '.spec.template.spec.initContainers[]?.resources'
- '.spec.template.spec.containers[]?.resources'
- '.spec.template.metadata.annotations'
---
apiVersion: argoproj.io/v1alpha1
kind: Application
@ -206,7 +206,7 @@ spec:
namespace: node-labeler
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -226,7 +226,7 @@ spec:
namespace: quota
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -246,7 +246,7 @@ spec:
namespace: dashboard
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -266,7 +266,7 @@ spec:
namespace: dashboard-staging
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -284,7 +284,7 @@ spec:
helm:
releaseName: loki
valueFiles:
- $values/loki/values.yaml
- $values/loki/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -296,7 +296,7 @@ spec:
namespace: logs
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -318,7 +318,7 @@ spec:
namespace: logs
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -348,7 +348,7 @@ spec:
namespace: kube-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -405,7 +405,7 @@ spec:
helm:
releaseName: cert-manager
valueFiles:
- $values/cert-manager/values.yaml
- $values/cert-manager/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
@ -417,7 +417,7 @@ spec:
namespace: cert-manager
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -437,7 +437,7 @@ spec:
namespace: authentik
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false
---
@ -457,6 +457,6 @@ spec:
namespace: thanos
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: false