Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 7, 2024
1 parent 8048b97 commit 318315e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions templates/longhorn.j2
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ data:
reclaimPolicy: "{{ longhorn_reclaim_policy }}"
volumeBindingMode: Immediate
parameters:
numberOfReplicas: "{{ longhorn_replicas }}"
numberOfReplicas: "{{ longhorn_num_replicas }}"
staleReplicaTimeout: "30"
fromBackup: ""
fsType: "ext4"
Expand Down Expand Up @@ -4656,14 +4656,6 @@ spec:
- emptyDir: {}
name: var-run
priorityClassName: "longhorn-critical"
{%- if kube_install_longhorn_in_master %}
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/control-plane: ''
{%- endif %}
---
# Source: longhorn/templates/validate-psp-install.yaml
#
Expand Down

0 comments on commit 318315e

Please sign in to comment.