Skip to content

Commit

Permalink
remove namespace field from scaleTargetRef of hpa
Browse files Browse the repository at this point in the history
Signed-off-by: Xiayang Wu <[email protected]>
  • Loading branch information
fivesheep committed Jul 7, 2023
1 parent 3779b27 commit 7d364b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/aws-pca-issuer/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: {{ include "aws-privateca-issuer.fullname" . }}
namespace: {{ .Release.Namespace }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
metrics:
Expand Down

0 comments on commit 7d364b3

Please sign in to comment.