mirror of https://git.rancher.io/rke2-charts
fix typo (#157)
parent
31f99e6746
commit
362643fe48
|
@ -1,14 +1,5 @@
|
||||||
--- charts-original/templates/controller-deployment.yaml
|
--- charts-original/templates/controller-deployment.yaml
|
||||||
+++ charts/templates/controller-deployment.yaml
|
+++ charts/templates/controller-deployment.yaml
|
||||||
@@ -23,7 +23,7 @@
|
|
||||||
replicas: {{ .Values.controller.replicaCount }}
|
|
||||||
{{- end }}
|
|
||||||
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
|
||||||
- {{- if .Values.controller.updateStrategy }}
|
|
||||||
+ {{- if .Values.controller.updateStrfategy }}
|
|
||||||
strategy:
|
|
||||||
{{ toYaml .Values.controller.updateStrategy | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
@@ -71,9 +71,7 @@
|
@@ -71,9 +71,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.3/ingress-nginx-4.0.3.tgz
|
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.3/ingress-nginx-4.0.3.tgz
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue