Skip to content

Commit

Permalink
fix indentation for recommender deployment envFrom section (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslivka authored Mar 13, 2024
1 parent dd3b930 commit 422e940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vpa
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
type: application
version: 4.4.4
version: 4.4.5
appVersion: 1.0.0
maintainers:
- name: sudermanjr
Expand Down
4 changes: 2 additions & 2 deletions stable/vpa/templates/recommender-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ spec:
envFrom:
{{- if $insightsRecommenderArgs }}
- secretRef:
name: {{ .Release.Name }}-token
name: {{ .Release.Name }}-token
{{- end }}
{{- if .Values.recommender.envFromSecret }}
- secretRef:
name: {{ .Values.recommender.envFromSecret }}
name: {{ .Values.recommender.envFromSecret }}
{{- end }}
{{- end }}
resources:
Expand Down

0 comments on commit 422e940

Please sign in to comment.