From fa47833224d8d3aaa635ffc09623f9e87bfc1850 Mon Sep 17 00:00:00 2001 From: Yaniss Loisel Date: Tue, 26 May 2026 10:30:23 +0200 Subject: [PATCH] fix: wrong templates dynamic values on NOTES.txt --- charts/wik-webservice/templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wik-webservice/templates/NOTES.txt b/charts/wik-webservice/templates/NOTES.txt index ca96199..2936d10 100644 --- a/charts/wik-webservice/templates/NOTES.txt +++ b/charts/wik-webservice/templates/NOTES.txt @@ -36,11 +36,11 @@ ServiceMonitor enabled for Prometheus scraping {{- end }} -{{- if .Values.webservice.hpa.enabled }} +{{- if .Values.horizontalPodAutoscaler.enabled }} ⚖️ AUTOSCALING - HPA enabled (min: {{ .Values.webservice.hpa.minReplicas }}, max: {{ .Values.webservice.hpa.maxReplicas }}) + HPA enabled (min: {{ .Values.horizontalPodAutoscaler.minReplicas }}, max: {{ .Values.horizontalPodAutoscaler.maxReplicas }}) kubectl get hpa {{ include "fullname" . }} -n {{ .Release.Namespace }} {{- end }}