-
- Downloads
ci: added pre-commit (#811)
This PR introduces a pre-commit config which is used in our ci pipeline. Furthermore, an additional formatting of all affected resources was done. The following config was used as a baseline: https://github.com/hetznercloud/.github/blob/main/.pre-commit-config.yaml --------- Co-authored-by:Jonas L. <jooola@users.noreply.github.com>
Showing
- .github/workflows/lint.yml 18 additions, 0 deletions.github/workflows/lint.yml
- .github/workflows/test.yml 0 additions, 47 deletions.github/workflows/test.yml
- .goreleaser.yml 6 additions, 3 deletions.goreleaser.yml
- .pre-commit-config.yaml 64 additions, 0 deletions.pre-commit-config.yaml
- chart/.helmignore 1 addition, 1 deletionchart/.helmignore
- chart/.snapshots/default.yaml 51 additions, 51 deletionschart/.snapshots/default.yaml
- chart/.snapshots/example-prod.yaml 55 additions, 55 deletionschart/.snapshots/example-prod.yaml
- chart/.snapshots/full.values.yaml 0 additions, 1 deletionchart/.snapshots/full.values.yaml
- chart/.snapshots/full.yaml 62 additions, 62 deletionschart/.snapshots/full.yaml
- chart/README.md 0 additions, 1 deletionchart/README.md
- chart/example-prod.values.yaml 22 additions, 22 deletionschart/example-prod.values.yaml
- chart/templates/_common_images.tpl 3 additions, 3 deletionschart/templates/_common_images.tpl
- chart/templates/_common_labels.tpl 3 additions, 3 deletionschart/templates/_common_labels.tpl
- chart/templates/_common_name.tpl 7 additions, 7 deletionschart/templates/_common_name.tpl
- chart/templates/_common_tplvalues.tpl 2 additions, 2 deletionschart/templates/_common_tplvalues.tpl
- chart/templates/controller/clusterrole.yaml 54 additions, 54 deletionschart/templates/controller/clusterrole.yaml
- chart/templates/controller/deployment.yaml 1 addition, 1 deletionchart/templates/controller/deployment.yaml
- chart/templates/controller/secret.yaml 1 addition, 1 deletionchart/templates/controller/secret.yaml
- chart/templates/controller/service.yaml 1 addition, 1 deletionchart/templates/controller/service.yaml
- chart/templates/core/csidriver.yaml 1 addition, 1 deletionchart/templates/core/csidriver.yaml
Loading
Please register or sign in to comment