We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing imagePullPolicy: {{ .Values.imagePullPolicy | default "IfNotPresent" }}
imagePullPolicy: {{ .Values.imagePullPolicy | default "IfNotPresent" }}
tidb-operator/charts/tidb-operator/templates/scheduler-deployment.yaml
Lines 30 to 31 in dec665f
Missing -tikv-failover-period={{ .Values.controllerManager.tikvFailoverPeriod | default "5m" }}
-tikv-failover-period={{ .Values.controllerManager.tikvFailoverPeriod | default "5m" }}
tidb-operator/charts/tidb-operator/templates/controller-manager-deployment.yaml
Lines 39 to 40 in b4f6d68
The text was updated successfully, but these errors were encountered:
Update tidb-operator version to v1.1.0 in kind tutorial (#379)
314a436
Successfully merging a pull request may close this issue.
Missing
imagePullPolicy: {{ .Values.imagePullPolicy | default "IfNotPresent" }}
tidb-operator/charts/tidb-operator/templates/scheduler-deployment.yaml
Lines 30 to 31 in dec665f
Missing
-tikv-failover-period={{ .Values.controllerManager.tikvFailoverPeriod | default "5m" }}
tidb-operator/charts/tidb-operator/templates/controller-manager-deployment.yaml
Lines 39 to 40 in b4f6d68
The text was updated successfully, but these errors were encountered: