From df2bd058309ac234eebdad3b0682a137e27dfc44 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 4 Oct 2025 01:36:57 +0530 Subject: Add tested Helm chart and configuration files for OpenTelemetry demo services --- astroshop-helm/flagd/templates/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 astroshop-helm/flagd/templates/config.yaml (limited to 'astroshop-helm/flagd/templates/config.yaml') diff --git a/astroshop-helm/flagd/templates/config.yaml b/astroshop-helm/flagd/templates/config.yaml new file mode 100644 index 0000000..9eab225 --- /dev/null +++ b/astroshop-helm/flagd/templates/config.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "flagd.fullname" . }}-config + labels: + app.kubernetes.io/part-of: opentelemetry-demo + opentelemetry.io/name: opentelemetry-demo + {{- include "flagd.labels" . | nindent 4 }} +data: + demo.flagd.json: {{ .Values.config.demoFlagdJson | toYaml | indent 1 }} -- cgit v1.2.3