Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nr-k8s-values.yaml #47

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/nr-k8s-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
enabled: true

kube-state-metrics:
# kube-state-metrics.enabled -- Install the [`kube-state-metrics` chart](/~https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics) from the stable helm charts repository.

Check failure on line 14 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

14:201 [line-length] line too long (203 > 200 characters)
# This is mandatory if `infrastructure.enabled` is set to `true` and the user does not provide its own instance of KSM version >=1.8 and <=2.0. Note, kube-state-metrics v2+ disables labels/annotations

Check failure on line 15 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

15:201 [line-length] line too long (202 > 200 characters)
# metrics by default. You can enable the target labels/annotations metrics to be monitored by using the metricLabelsAllowlist/metricAnnotationsAllowList options described [here](/~https://github.com/prometheus-community/helm-charts/blob/159cd8e4fb89b8b107dcc100287504bb91bf30e0/charts/kube-state-metrics/values.yaml#L274) in

Check failure on line 16 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

16:201 [line-length] line too long (324 > 200 characters)
# your Kubernetes clusters.
enabled: true

Expand All @@ -25,14 +25,14 @@
# newrelic-logging.enabled -- Install the [`newrelic-logging` chart](/~https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging)
enabled: true
# fluentBit:
# -- What path will be mounted to read logs from the node

Check warning on line 28 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

28:5 [comments-indentation] comment not indented like content
# linuxMountPath: /var
# persistence:
# -- Fluent Bit persistence is needed to keep track of tailed logs, if set to none data loss or logs duplications could happen. Options are "hostPath", "none", "persistentVolume"

Check warning on line 31 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

31:7 [comments-indentation] comment not indented like content
# mode: hostPath
# persistentVolume:
# -- When using persistent volume a storage class could be needed depending on the cluster. It should be a storage class that allows ReadWriteMany

Check warning on line 34 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

34:9 [comments-indentation] comment not indented like content
# storageClass:

Check failure on line 35 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

35:24 [trailing-spaces] trailing spaces


newrelic-pixie:
Expand All @@ -52,7 +52,7 @@
enabled: true

newrelic-k8s-metrics-adapter:
# newrelic-k8s-metrics-adapter.enabled -- Install the [`newrelic-k8s-metrics-adapter.` chart](/~https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/main/charts/newrelic-k8s-metrics-adapter) (Beta)

Check failure on line 55 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

55:201 [line-length] line too long (206 > 200 characters)
enabled: false


Expand All @@ -64,7 +64,7 @@
cluster: otel-community-demo

# -- The license key for your New Relic Account. This will be preferred configuration option if both `licenseKey` and `customSecret` are specified.
licenseKey: e1fdf569974401ae9d9bf44c95ad4db9ed3fNRAL
licenseKey: [insert license key here]
# -- The license key for your New Relic Account. This will be preferred configuration option if both `insightsKey` and `customSecret` are specified.
insightsKey: ""
# -- Name of the Secret object where the license key is stored
Expand Down Expand Up @@ -127,7 +127,7 @@
fargate:

# -- Configures the integration to send all HTTP/HTTPS request through the proxy in that URL. The URL should have a standard format like `https://user:password@hostname:port`
proxy:

Check failure on line 130 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

130:9 [trailing-spaces] trailing spaces

# -- (bool) Send the metrics to the staging backend. Requires a valid staging license key
# @default -- false
Expand All @@ -135,7 +135,7 @@
fedramp:
# fedramp.enabled -- (bool) Enables FedRAMP
# @default -- false
enabled:

Check failure on line 138 in kubernetes/nr-k8s-values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

138:13 [trailing-spaces] trailing spaces

# -- (bool) Sets the debug logs to this integration or all integrations if it is set globally
# @default -- false
Expand Down
Loading