fix replica config value name in helm-chart

This commit is contained in:
ctschubel
2022-02-10 16:05:03 +01:00
parent 3b1d30141c
commit 4beefc3f43
2 changed files with 2 additions and 3 deletions
@@ -17,7 +17,7 @@ metadata:
name: {{ template "reloader-fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
replicas: {{ .Values.reloader.replicas }}
replicas: {{ .Values.reloader.deployment.replicas }}
revisionHistoryLimit: 2
selector:
matchLabels:
@@ -9,8 +9,6 @@ kubernetes:
host: https://kubernetes.default
reloader:
replicas: 1
isArgoRollouts: false
isOpenshift: false
ignoreSecrets: false
@@ -25,6 +23,7 @@ reloader:
rbac: false
matchLabels: {}
deployment:
replicas: 1
nodeSelector:
# cloud.google.com/gke-nodepool: default-pool