mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
22 lines
436 B
YAML
22 lines
436 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: vmpooler-baseconfig
|
|
data:
|
|
vmpooler.yaml: |
|
|
---
|
|
{{- with .Values.baseconfig_extras }}
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
|
|
:tagfilter:
|
|
project: '^([^/]+)'
|
|
|
|
{{- if .Values.auth }}
|
|
:auth:
|
|
{{- with .Values.auth }}
|
|
{{- toYaml . | nindent 6 }}
|
|
{{- end }}
|
|
{{- end }}
|
|
:prometheus:
|
|
prefix: {{ .Values.vmpoolerInstance }}
|