diff --git a/charts/durpapi/templates/hpa.yaml b/charts/durpapi/templates/hpa.yaml index aab99d5..cf2143c 100644 --- a/charts/durpapi/templates/hpa.yaml +++ b/charts/durpapi/templates/hpa.yaml @@ -6,7 +6,7 @@ spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment - name: ctix + name: {{ .Chart.Name }} minReplicas: {{ .Values.deployment.hpa.minReplicas }} maxReplicas: {{ .Values.deployment.hpa.maxReplicas }} metrics: