Skip to content
Snippets Groups Projects
Commit b9b32d90 authored by turletti's avatar turletti
Browse files

update

parent 5591879f
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ spec:
command: [ "/bin/bash", "-c" ]
args:
- {{- if eq .Values.kubernetesType "Vanilla" }}
apt update && apt install iproute2 -y;
yum update && yum install iproute -y;
{{- end }}
CU_CP_IP_ADDRESS=$(getent hosts $CU_CP_HOST | awk '{print $1}');
CU_CP_IP_ADDRESS=$(if [[ $CU_CP_IP_ADDRESS ]]; then echo $CU_CP_IP_ADDRESS; else echo $CU_CP_HOST;fi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment