#!/bin/bash set -euo pipefail cd ingress-nginx && bash install.sh && cd ..