Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions bindata/network/ovn-kubernetes/managed/ovnkube-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@ spec:
name: ovnkube-config
- mountPath: /env
name: env-overrides
{{ if .OVNIPsecEnable }}
- mountPath: /var/run/pluto
name: run-pluto
{{ end }}
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -713,5 +717,11 @@ spec:
configMap:
name: ovnkube-script-lib
defaultMode: 0744
{{ if .OVNIPsecEnable }}
- name: run-pluto
hostPath:
path: /var/run/pluto
type: DirectoryOrCreate
{{ end }}
tolerations:
- operator: "Exists"
10 changes: 10 additions & 0 deletions bindata/network/ovn-kubernetes/self-hosted/ovnkube-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@ spec:
name: ovnkube-config
- mountPath: /env
name: env-overrides
{{ if .OVNIPsecEnable }}
- mountPath: /var/run/pluto
name: run-pluto
{{ end }}
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -841,5 +845,11 @@ spec:
configMap:
name: ovnkube-script-lib
defaultMode: 0744
{{ if .OVNIPsecEnable }}
- name: run-pluto
hostPath:
path: /var/run/pluto
type: DirectoryOrCreate
{{ end }}
tolerations:
- operator: "Exists"