Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shaman007 committed Dec 6, 2024
1 parent fc7ffe8 commit 7cea544
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ extends: default

rules:
line-length:
max: 10000 # Disable line length checking by setting max to 0
max: 10000 # Disable line length checking by setting max to 0
2 changes: 1 addition & 1 deletion clamav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

* used by mail and nextcloud
* updater is a sidecar
* updater is throttled by Clamav up to 12 times a day
* updater is throttled by Clamav up to 12 times a day
4 changes: 2 additions & 2 deletions collabora/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Collabora deployment from the Helm chart:
Managed by Argocd

Managed by Argocd
4 changes: 2 additions & 2 deletions dawarich/dawarich-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: RAILS_MIN_THREADS
value: "5"
- name: RAILS_MAX_THREADS
value: "10"
value: "10"
image: freikin/dawarich:latest
imagePullPolicy: Always
volumeMounts:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
- name: RAILS_MIN_THREADS
value: "1"
- name: RAILS_MAX_THREADS
value: "1"
value: "1"
- name: BACKGROUND_PROCESSING_CONCURRENCY
value: "10"
- name: APPLICATION_HOST
Expand Down
2 changes: 1 addition & 1 deletion dawarich/photon-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
persistentVolumeClaim:
claimName: photon-data
imagePullSecrets:
- name: my-private-registry
- name: my-private-registry
2 changes: 1 addition & 1 deletion loki/loki/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Managed by the Argocd
Managed by the Argocd
2 changes: 1 addition & 1 deletion mastodon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ kubectl label pvc mastodon-assets app.kubernetes.io/managed-by=Helm -n mastodon
kubectl label pvc mastodon-system app.kubernetes.io/managed-by=Helm -n mastodon
kubectl annotate pvc mastodon-assets meta.helm.sh/release-name=mastodon -n mastodon
kubectl annotate pvc mastodon-assets meta.helm.sh/release-namespace=mastodon -n mastodon
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,4 @@
"uid": "f7583336-db8c-43f3-9f77-42a7919302c8",
"version": 9,
"weekStart": ""
}
}
2 changes: 1 addition & 1 deletion rancher/rancher-k3s-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ spec:
serviceAccountName: system-upgrade
upgrade:
image: rancher/k3s-upgrade
version: v1.31.2+k3s1
version: v1.31.2+k3s1
2 changes: 1 addition & 1 deletion secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ do
rm ./secret.yaml.asc -f
gpg -a -r 'Andrey Bondarenko <[email protected]>' --encrypt secret.yaml
cd ..
done
done

0 comments on commit 7cea544

Please sign in to comment.