-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-certmanager.yaml
More file actions
27 lines (24 loc) · 1004 Bytes
/
values-certmanager.yaml
File metadata and controls
27 lines (24 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# OpenTelemetry Operator Helm values
# Operator and Dynatrace collector install in namespace: hawk-monitor.
# Webhook TLS: cert-manager + ClusterIssuer (cluster-scoped; cert-manager can be in any namespace).
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: "" # uses chart default
collectorImage:
repository: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s
tag: "0.145.0"
# cert-manager creates webhook Certificate in operator namespace (hawk-monitor).
# ClusterIssuer is cluster-scoped; set name to the ClusterIssuer you see in hawk-monitor.
admissionWebhooks:
create: true
certManager:
enabled: true
issuerRef:
kind: ClusterIssuer
name: platform-selfsigned # change to your ClusterIssuer name if different
autoGenerateCert:
enabled: false
# CRDs are not created by Helm; install them separately first (see README and install-crds.sh).
crds:
create: false