(maint) fix annotations

This commit is contained in:
Samuel Beaulieu 2022-03-30 16:17:04 -05:00
parent 058695425b
commit 4dc464b3a6
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
4 changed files with 30 additions and 14 deletions

View file

@ -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

View file

@ -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: