Skip to content

Commit

Permalink
Update templates/hpa.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Stéphane Brunner <[email protected]>
  • Loading branch information
jemacchi and sbrunner authored Oct 1, 2024
1 parent 20a488c commit 2036521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "common.fullname" (dict "root" $ "service" $serviceDefinition "serviceName" $serviceName ) }}-hpa
name: {{ include "common.fullname" (dict "root" $ "service" $serviceDefinition "serviceName" $serviceName ) }}
{{- include "common.metadata" ( dict "root" $ "service" $serviceDefinition "serviceName" $serviceName ) | nindent 2 }}
spec:
scaleTargetRef:
Expand Down

0 comments on commit 2036521

Please sign in to comment.