
* add SC2001 to shellcheck skip-list * few functions from CloudFoundryDiego application was changed - manual deployment test requeired Change-Id: Ib7b223553bdfc14f7051911d7ed0e4076c6aebb0
7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/bash
|
|
|
|
# $1 - service name
|
|
# $2 - publicIPs JSON
|
|
|
|
/opt/bin/kubectl update service "$1" --patch="$2"
|