-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added custom pod label tests for global configuration attributes (#3795)
- Loading branch information
1 parent
da2db2a
commit 21a31ae
Showing
6 changed files
with
129 additions
and
11 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
test: Added custom pod label tests for global configuration attributes |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
sumologic: | ||
metrics: | ||
remoteWriteProxy: | ||
enabled: true | ||
|
||
podLabels: | ||
customLabelKey: customLabelValue | ||
|
||
kube-prometheus-stack: | ||
kube-state-metrics: | ||
customLabels: | ||
customLabelKey: customLabelValue | ||
prometheus: | ||
enabled: true | ||
prometheusSpec: | ||
podMetadata: | ||
labels: | ||
customLabelKey: customLabelValue | ||
prometheus-node-exporter: | ||
podLabels: | ||
customLabelKey: customLabelValue | ||
|
||
opentelemetry-operator: | ||
manager: | ||
podLabels: | ||
customLabelKey: customLabelValue | ||
|
||
falco: | ||
enabled: true | ||
podLabels: | ||
customLabelKey: customLabelValue | ||
|
||
prometheus-windows-exporter: | ||
enabled: true | ||
podLabels: | ||
customLabelKey: customLabelValue |