-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(google/cert-manager): better conditions on metrics Signed-off-by: Kevin Lefevre <[email protected]> * fix(google/thanos): improve service account and conditions Signed-off-by: Kevin Lefevre <[email protected]> * fix(google/data): compute project number automatically Signed-off-by: Kevin Lefevre <[email protected]> * fix(google/cert-manager): better conditions on metrics Signed-off-by: Kevin Lefevre <[email protected]> * fix(google/loki): compute gs service account with data source Signed-off-by: Kevin Lefevre <[email protected]> * feat(google/thanos-receive): add Thanos in receiver mode Signed-off-by: Kevin Lefevre <[email protected]> * feat(google/kube-prometheus-stack): allow thanos receiver & infer bucket location from datasources Signed-off-by: Kevin Lefevre <[email protected]> * feat(google/thanos-receive): add Thanos receiver to global variable Signed-off-by: Kevin Lefevre <[email protected]> * chore: update README Signed-off-by: Kevin Lefevre <[email protected]> * chore: update pre-commit Signed-off-by: Kevin Lefevre <[email protected]> * feat: breaking change before release BREAKING CHANGE: * Google: Thanos and Kube prometheus were revamp and some default were remove and new condition added, please be careful with changelog when upgrading * Google: By default do not create the SA with workload-identity module but let the helm chart create them and annotate them. Signed-off-by: Kevin Lefevre <[email protected]> --------- Signed-off-by: Kevin Lefevre <[email protected]>
- Loading branch information
1 parent
eee9acf
commit 57145cc
Showing
14 changed files
with
423 additions
and
55 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
data "google_project" "current" {} | ||
|
||
data "google_client_config" "current" {} |
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.