Skip to content

Commit

Permalink
Merge pull request #23 from WyriHaximusNet/fix-wrong-replicas-reference
Browse files Browse the repository at this point in the history
Fix wrong replicas reference (was replicaCount)
  • Loading branch information
WyriHaximus authored Jul 26, 2020
2 parents 67f871b + f9e169c commit e186eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Redirect
home: https://github.com/wyrihaximusnet/docker-redirect
icon: https://helm.wyrihaximus.net/images/charts/redirect.png
type: application
version: 0.5.0
version: 0.5.1
appVersion: random
maintainers:
- name: WyriHaximus
Expand Down
2 changes: 1 addition & 1 deletion charts/redirect/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{- include ".helm.labels" . | nindent 4 }}
{{- toYaml .Values.labels | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: {{ .Values.replicas }}
selector:
matchLabels:
{{- include ".helm.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit e186eac

Please sign in to comment.