mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Initial commit
This commit is contained in:
commit
074778d0b0
34 changed files with 1381 additions and 0 deletions
20
helm/vmpooler/templates/configmap-vmpooler-baseconfig.yaml
Normal file
20
helm/vmpooler/templates/configmap-vmpooler-baseconfig.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: vmpooler-baseconfig
|
||||
data:
|
||||
vmpooler.yaml: |
|
||||
---
|
||||
{{- with .Values.baseconfig_extras }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
:tagfilter:
|
||||
project: '^([^/]+)'
|
||||
|
||||
:auth:
|
||||
{{- with .Values.auth }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
:prometheus:
|
||||
prefix: {{ .Values.vmpoolerInstance }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue