mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-19 13:19:03 +00:00
14 lines
294 B
YAML
14 lines
294 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "teamspeak.fullname" . }}
|
|
labels:
|
|
{{- include "teamspeak.labels" . | nindent 4 }}
|
|
data:
|
|
{{- if .Values.configs.allowlist }}
|
|
allowlist.txt: |
|
|
{{- range .Values.configs.allowlist }}
|
|
{{ . }}
|
|
{{- end }}
|
|
{{- end }}
|