mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(maint) fix annotations
This commit is contained in:
parent
058695425b
commit
4dc464b3a6
4 changed files with 30 additions and 14 deletions
|
|
@ -3,7 +3,7 @@ name: vmpooler
|
|||
description: A Helm chart to deploy vmpooler
|
||||
type: application
|
||||
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
|
||||
version: 1.10.0
|
||||
version: 1.10.1
|
||||
appVersion: 1.2.0-prod-all-providers
|
||||
dependencies:
|
||||
- name: redis
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ metadata:
|
|||
annotations:
|
||||
configmap.reloader.stakater.com/reload: "{{ .Values.configmapName }},vmpooler-pools"
|
||||
secret.reloader.stakater.com/reload: 'redis'
|
||||
{{- with .Values.api.annotations }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
replicas: {{ .Values.api.replicaCount }}
|
||||
selector:
|
||||
|
|
@ -23,6 +20,10 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app: {{ $fullName }}-api
|
||||
{{- with .Values.api.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue