mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00

* Initial helm chart configuration * configure config map with beelzebub configuration * edit README.md add helm docs * configured config maps *parametric configmaps using values.yaml * addd services confgiuration by chart values * update readme.md
9 lines
222 B
YAML
9 lines
222 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: "beelzebub-services"
|
|
labels:
|
|
{{- include "beelzebub-chart.labels" . | nindent 4 }}
|
|
data:
|
|
service.yaml:
|
|
{{- toYaml .Values.beelsebubServiceConfigs | nindent 12 }} |