initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m3s
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m3s
Change-Id: I3194558e1a840334641aff81960492489f171232
This commit is contained in:
11
templates/flagd-config.yaml
Normal file
11
templates/flagd-config.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- if .Values.components.flagd.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: flagd-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "otel-demo.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{ (.Files.Glob "flagd/*.json").AsConfig | nindent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user