Skip to content

Commit 5c4d730

Browse files
adding comment for provider
1 parent 918f58b commit 5c4d730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/nr-k8s-otel-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kube-state-metrics:
5050

5151
# This chart has support for OpenShift and GKE Autopilot.
5252
# -- The provider that you are deploying your cluster into. Sets known config constraints for your specific provider. Currently supporting OpenShift and GKE autopilot. If set, provider must be one of "GKE_AUTOPILOT" or "OPEN_SHIFT"
53-
provider: "GKE_AUTOPILOT"
53+
provider: ""
5454

5555
image:
5656
# -- OTel collector image to be deployed. You can use your own collector as long it accomplish the following requirements mentioned below.

charts/nri-bundle/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ global:
9696
customSecretName: ""
9797
# -- Key in the Secret object where the license key is stored
9898
customSecretLicenseKey: ""
99-
# -- provider
99+
# -- The provider that hosts your cluster. Sub charts may have support for specific providers and will automatically set config constraints for them.
100100
provider:
101101
# -- Additional labels for chart objects
102102
labels: {}

0 commit comments

Comments
 (0)