-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dependabot/github_actions/helm/chart-test…
…ing-action-2.7.0
- Loading branch information
Showing
4 changed files
with
103 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -423,43 +423,44 @@ oidc: | |
# claimValues: | ||
# - "editor" | ||
|
||
# teams: | ||
# teamsConfigMapName: kubecost-rbac-teams-config # Name of the ConfigMap containing the teams configuration, if manually created, which overrides any other configured teams | ||
# teamsConfig: # Values-defined teams configuration, if teamsConfigMapName is not set, which will override UI-configured teams | ||
# - id: '' | ||
# name: helm-team | ||
# roles: | ||
# - id: '' | ||
# name: helm-role | ||
# description: helm configrured role | ||
# pages: | ||
# showOverview: true | ||
# showAllocation: true | ||
# showAsset: true | ||
# showCloudCost: true | ||
# showClusters: true | ||
# showExternalCosts: true | ||
# showNetwork: true | ||
# showCollections: true | ||
# showReports: true | ||
# showInsights: true | ||
# showActions: true | ||
# showAlerts: true | ||
# showBudgets: true | ||
# showAnomalies: true | ||
# showEfficiency: true | ||
# showSettings: true | ||
# permissions: admin | ||
# routes: [] | ||
# allocationFilters: | ||
# - key: cluster | ||
# operator: ":" | ||
# value: cluster-one | ||
# assetFilters: [] | ||
# cloudCostFilters: [] | ||
# claims: | ||
# NameID: [email protected] | ||
|
||
## Kubecost Teams (enterprise key required) | ||
## Ref: https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/teams | ||
teams: | ||
teamsConfigMapName: "" # Name of the ConfigMap containing the teams configuration, if manually created, which overrides any other configured teams | ||
teamsConfig: [] # List of teams configurations, if teamsConfigMapName is not set, which will override UI-configured teams | ||
# - id: '' | ||
# name: helm-team | ||
# roles: | ||
# - id: '' | ||
# name: helm-role | ||
# description: helm configrured role | ||
# pages: | ||
# showOverview: true | ||
# showAllocation: true | ||
# showAsset: true | ||
# showCloudCost: true | ||
# showClusters: true | ||
# showExternalCosts: true | ||
# showNetwork: true | ||
# showCollections: true | ||
# showReports: true | ||
# showInsights: true | ||
# showActions: true | ||
# showAlerts: true | ||
# showBudgets: true | ||
# showAnomalies: true | ||
# showEfficiency: true | ||
# showSettings: true | ||
# permissions: admin | ||
# routes: [] | ||
# allocationFilters: | ||
# - key: cluster | ||
# operator: ":" | ||
# value: cluster-one | ||
# assetFilters: [] | ||
# cloudCostFilters: [] | ||
# claims: | ||
# NameID: [email protected] | ||
|
||
## Adds the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables to all | ||
## containers. Typically used in environments that have firewall rules which | ||
|
@@ -1037,7 +1038,7 @@ prometheus: | |
name: alertmanager | ||
image: | ||
repository: quay.io/prometheus/alertmanager | ||
tag: v0.27.0 | ||
tag: v0.28.0 | ||
pullPolicy: IfNotPresent | ||
priorityClassName: "" | ||
extraArgs: {} | ||
|
@@ -1248,7 +1249,7 @@ prometheus: | |
# As the scrape endpoints for cAdvisor have changed | ||
# if you are using older version you need to change the replacement to | ||
# replacement: /api/v1/nodes/$1:4194/proxy/metrics | ||
# more info here https://github.com/coreos/prometheus-operator/issues/633 | ||
# more info here https://github.com/prometheus-operator/prometheus-operator/issues/633 | ||
relabel_configs: | ||
- action: labelmap | ||
regex: __meta_kubernetes_node_label_(.+) | ||
|