4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
kubectl patch service ingress-nginx-controller -n argocd --patch-file ports.yaml |