mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
10 lines
227 B
YAML
10 lines
227 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: "beelzebub-configuration"
|
||
|
labels:
|
||
|
{{- include "beelzebub-chart.labels" . | nindent 4 }}
|
||
|
data:
|
||
|
beelzebub.yaml:
|
||
|
{{- toYaml .Values.beelzebubCoreConfigs | nindent 12 }}
|