You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Recommended: check and define an explicit chart version (latest stable)
235
+
chart_version: "*"
236
+
chart_values:
237
+
global:
238
+
lowDataMode: true
229
239
prometheus:
230
-
type: newrelic/com.newrelic.prometheus:0.1.0
231
-
content:
232
-
chart_version: "*"
233
-
chart_values:
234
-
global:
235
-
lowDataMode: true
236
-
newrelic-prometheus-agent:
237
-
config:
238
-
kubernetes:
239
-
integrations_filter:
240
-
enabled: false
240
+
chart_version: "*"
241
+
chart_values:
242
+
global:
243
+
lowDataMode: true
244
+
newrelic-prometheus-agent:
245
+
config:
246
+
kubernetes:
247
+
integrations_filter:
248
+
enabled: false
241
249
```
242
250
243
251
</Collapser>
@@ -367,13 +375,9 @@ For proxy setups using HTTPS authentication with self-signed certificates, you n
367
375
cluster: "YOUR_CLUSTER_NAME"
368
376
licenseKey: "YOUR_LICENSE_KEY"
369
377
370
-
agent-control-deployment:
371
-
config:
372
-
agentControl:
373
-
content:
374
-
proxy:
375
-
url: https://proxy-service:8080
376
-
subAgents: {}
378
+
agentControlDeployment:
379
+
proxy:
380
+
url: https://proxy-service:8080
377
381
378
382
# Mount CA certificate bundle to Agent Control
379
383
extraVolumeMounts:
@@ -385,7 +389,7 @@ For proxy setups using HTTPS authentication with self-signed certificates, you n
385
389
secretName: ca-certs
386
390
387
391
# Configure Flux components to use proxy
388
-
agent-control-cd:
392
+
agentControlCd:
389
393
flux2:
390
394
sourceController:
391
395
extraEnv:
@@ -579,7 +583,7 @@ For security reasons, only explicitly enabled repositories are allowed in remote
579
583
580
584
# ...
581
585
582
-
agent-control-deployment:
586
+
agentControlDeployment:
583
587
config:
584
588
allowedChartRepositoryUrl:
585
589
- https://my-private-repository-1
@@ -602,7 +606,7 @@ chart_repository:
602
606
Additionally, you need to configure Agent Control's Helm installation to use your private repository if the `agent-control-bootstrap` chart itself is in a private repository. This is separate from the configuration for managed agents. Refer to the `agent-control-bootstrap` Helm chart [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/agent-control-bootstrap/values.yaml) to configure the `installationJob` section as follows:
603
607
604
608
- `chartRepositoryUrl`: The URL containing your repository location.
605
-
- `name`: The chart name if using a different chart name.
609
+
- `chartName`: The chart name if using a different chart name.
606
610
- `repositorySecretReferenceName` and `repositoryCertificateSecretReferenceName`: The secrets required for authenticating to your repository. See the authentication section below for details.
607
611
608
612
### 2. Set up authentication for private repositories
0 commit comments