Skip to content

Commit e7a16cd

Browse files
authored
Merge pull request #14 from Wikodit/fix/wik-webservice
fix: wrong templates dynamic values on NOTES.txt
2 parents 9126bcb + fa47833 commit e7a16cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/wik-webservice/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
ServiceMonitor enabled for Prometheus scraping
3737
{{- end }}
3838

39-
{{- if .Values.webservice.hpa.enabled }}
39+
{{- if .Values.horizontalPodAutoscaler.enabled }}
4040

4141
⚖️ AUTOSCALING
4242

43-
HPA enabled (min: {{ .Values.webservice.hpa.minReplicas }}, max: {{ .Values.webservice.hpa.maxReplicas }})
43+
HPA enabled (min: {{ .Values.horizontalPodAutoscaler.minReplicas }}, max: {{ .Values.horizontalPodAutoscaler.maxReplicas }})
4444
kubectl get hpa {{ include "fullname" . }} -n {{ .Release.Namespace }}
4545
{{- end }}
4646

0 commit comments

Comments
 (0)