-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Flux for multi-tenancy support (#1608)
* Add missing dependency between Grafana helm chart and the resources it uses from the kube-prometheus-stack * Prepare for multi-tenancy support * Add support for Flux multi-tenancy * Remove unused variables. Add support for Trivy in pre-commit. * Prepare druid-operator for Flux multi-tenancy * Prepare Trivy Operator for Flux multi-tenancy
- Loading branch information
Showing
46 changed files
with
402 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
repos: | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.96.2 | ||
hooks: | ||
- id: terraform_fmt | ||
exclude: test/integration/suite/vendor/.* | ||
- id: terraform_tfsec | ||
exclude: test/integration/suite/vendor/.* | ||
files: (\.tf|\.tfvars)$ | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.5.0 | ||
hooks: | ||
- id: detect-secrets | ||
exclude: test/integration/suite/vendor/.* | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
exclude: test/integration/suite/vendor/.* | ||
- id: check-added-large-files | ||
exclude: test/integration/suite/vendor/.* | ||
- id: check-merge-conflict | ||
- id: detect-aws-credentials | ||
exclude: test/integration/suite/vendor/.* | ||
args: | ||
- "--allow-missing-credentials" | ||
- id: detect-private-key | ||
- repo: https://github.com/gruntwork-io/pre-commit | ||
rev: v0.1.24 | ||
hooks: | ||
- id: tflint | ||
exclude: test/integration/suite/vendor/.* | ||
args: | ||
- "--module" | ||
- "--config=.tflint.hcl" | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.96.2 | ||
hooks: | ||
- id: terraform_fmt | ||
exclude: test/integration/suite/vendor/.* | ||
- id: terraform_trivy | ||
args: | ||
- "--args=--skip-dirs=test/integration/suite/vendor/.*" | ||
- "--args=--severity HIGH,CRITICAL" | ||
files: (\.tf|\.tfvars)$ | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.5.0 | ||
hooks: | ||
- id: detect-secrets | ||
exclude: test/integration/suite/vendor/.* | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
exclude: test/integration/suite/vendor/.* | ||
- id: check-added-large-files | ||
exclude: test/integration/suite/vendor/.* | ||
- id: check-merge-conflict | ||
- id: detect-aws-credentials | ||
exclude: test/integration/suite/vendor/.* | ||
args: | ||
- "--allow-missing-credentials" | ||
- id: detect-private-key | ||
- repo: https://github.com/gruntwork-io/pre-commit | ||
rev: v0.1.24 | ||
hooks: | ||
- id: tflint | ||
exclude: test/integration/suite/vendor/.* | ||
args: | ||
- "--call-module-type=all" | ||
- "--config=__GIT_ROOT__/.tflint.hcl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.