Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #509 from qqshfox/patch-1
Browse files Browse the repository at this point in the history
fix apiVersion of HPA
  • Loading branch information
jmlrt authored Mar 6, 2020
2 parents 4beb224 + a9d4b3e commit 96a19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apm-server/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: {{ template "apm.ingress.apiVersion" . }}
apiVersion: {{ template "apm.autoscaling.apiVersion" . }}
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "apm.fullname" . }}
Expand Down

0 comments on commit 96a19e1

Please sign in to comment.