Skip to content

Commit

Permalink
simplify example values
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 25, 2024
1 parent ac3c576 commit 4b3cab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ global:
authSource: admin

traefik:
dnsNames:
- *rootDomain

tls:
issuerRef:
name: issuer-selfsigned
Expand Down
3 changes: 3 additions & 0 deletions charts/tracetest-core/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
labels:
{{- include "tracetest-core.labels" . | nindent 4 }}
data:
TRACETEST_ENDPOINT_UI: "{{ include "tracetest-common.url" .Values.global.urls.web }}"
TRACETEST_ENDPOINT_API: "{{ include "tracetest-common.url" .Values.global.urls.api }}"
TRACETEST_ENDPOINT_AGENTS: "{{ .Values.global.urls.controlPlane.hostname }}:{{ .Values.global.urls.controlPlane.port }}"
config.yaml: |-
nats:
endpoint: {{ include "tracetest-common.nats_endpoint" . }}
Expand Down

0 comments on commit 4b3cab0

Please sign in to comment.