summaryrefslogtreecommitdiff
path: root/astroshop-helm/flagd/templates/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-helm/flagd/templates/config.yaml')
-rw-r--r--astroshop-helm/flagd/templates/config.yaml10
1 files changed, 10 insertions, 0 deletions
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 }}