fix pre-commit and cleanup

This commit is contained in:
Kjeld Schouten
2024-10-19 15:18:05 +02:00
parent 2acb59c9dc
commit 4ab41d42f2
203 changed files with 8456 additions and 8484 deletions
@@ -44,4 +44,3 @@ runs:
# Set output to changed charts
echo "Changed charts: ${CHARTS[*]}"
printf "::set-output name=addedOrModified::%s\n" "${CHARTS[*]}"
@@ -24,4 +24,3 @@ jobs:
version: "~> v2" # or 'latest', 'nightly', semver
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
+1 -8
View File
@@ -6,7 +6,7 @@ repos:
- id: remove-tabs
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace # trims trailing whitespace.
exclude: ^archive/
@@ -48,10 +48,3 @@ repos:
exclude: ^archive/
- id: rst-backticks
exclude: ^archive/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json|^clustertool)
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
-1
View File
@@ -53,4 +53,3 @@ cnpg:
portal:
open:
enabled: true
-1
View File
@@ -39,4 +39,3 @@ cnpg:
portal:
open:
enabled: true
@@ -3,7 +3,3 @@ clusterconfig
patches/sopssecret.yaml
cluster/main/kubernetes/**/bootstrap-values.yaml.ct
*kubeconfig
@@ -37,4 +37,3 @@ REPLACEWITHTALENV
namespace: flux-system
stringData:
REPLACEWITHDEPLOYKEY
@@ -29,6 +29,3 @@ TODO: Add description of what a CEPH-FS is and a basic overview on how to set it
## Ceph-ObjectStorage
TODO: Add description of what a CEPH S3 ObjectStorage is and a basic overview on how to set it up
@@ -58,10 +58,3 @@ Some general notes might be cool as well, wirthen out a little longer obviously:
- Clustered RWO storage: CEPH-Block
- Clustered RWX storage: CEPH-FS
- Networked Storage: Democratic NFS
@@ -20,5 +20,3 @@ OpenEBS HostPath is included with ClusterTool.
It rolls out a, non-default, storageClass named `openebs-hostpath`, that saves its data on the systemdisk.
OpenEBS hostPath does not support snapshots in any way, shape or form. So is not a good pick for volsync support, but might work well with CNPG.