murano-apps/Docker/Kubernetes/KubernetesCluster/package/Resources/scripts/patchService.sh

7 lines
107 B
Bash

#!/bin/bash
# $1 - service name
# $2 - publicIPs JSON
/opt/bin/kubectl replace service "$1" --patch="$2"