Skip to content

Commit

Permalink
fix para input error
Browse files Browse the repository at this point in the history
Signed-off-by: clyi <[email protected]>
  • Loading branch information
changluyi committed Sep 29, 2024
1 parent f4a0c78 commit 0078be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4108,8 +4108,8 @@ spec:
- --keep-vm-ip=$ENABLE_KEEP_VM_IP
- --node-local-dns-ip=$NODE_LOCAL_DNS_IP
- --secure-serving=${SECURE_SERVING}
- --ovsdb-con-timeout={{- .Values.func.OVSDB_CON_TIMEOUT }}
- --ovsdb-inactivity-timeout={{- .Values.func.OVSDB_INACTIVITY_TIMEOUT }}
- --ovsdb-con-timeout=${OVSDB_CON_TIMEOUT}
- --ovsdb-inactivity-timeout=${OVSDB_INACTIVITY_TIMEOUT}
securityContext:
runAsUser: 0
privileged: false
Expand Down

0 comments on commit 0078be3

Please sign in to comment.