Skip to content

Commit

Permalink
fix: correct typo in controller-deployment.yaml (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
barney71 authored Aug 7, 2023
1 parent c561b97 commit 6590144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/goldilocks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "v4.9.0"
version: 7.1.0
version: 7.1.1
kubeVersion: ">= 1.22.0-0"
description: |
A Helm chart for running Fairwinds Goldilocks. See https://github.com/FairwindsOps/goldilocks
Expand Down
2 changes: 1 addition & 1 deletion stable/goldilocks/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
replicas: 1
{{- if .Values.controller.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.controller.revisionHistory }}
revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }}
{{- end }}
selector:
matchLabels:
Expand Down

0 comments on commit 6590144

Please sign in to comment.