Files
devops-infra-helm-charts-gcp/helm-templates/bifrost-v1.5.12-latest/templates/configmap.yaml
T
2026-08-26 03:39:42 +05:30

10 lines
261 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "bifrost.fullname" . }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "bifrost.labels" . | nindent 4 }}
data:
config.json: |
{{- include "bifrost.config" . | nindent 4 }}