Skip to content

Commit

Permalink
Update charts/aspnetcore/templates/deployment-hpa.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Caya-Letourneau <[email protected]>
  • Loading branch information
Pycnomerus and Gcaya authored Dec 6, 2024
1 parent a0aa7d0 commit 1e04936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aspnetcore/templates/deployment-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ default (printf "%s-deployment" .Release.Name) .Values.autoscaling.name }}
name: {{ default (printf "%s-hpa" .Release.Name) .Values.autoscaling.name }}
labels:
{{- include "aspnetcore.standardLabels" . | nindent 4 }}
{{- if .Values.commonLabels }}
Expand Down

0 comments on commit 1e04936

Please sign in to comment.