diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 230ceac..5afacc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ on: - airflow - keycloak - keycloak-db + - nginx jobs: deploy: @@ -36,6 +37,7 @@ jobs: helm repo update - name: Deploy Nginx + if: ${{ inputs.service == 'all' || inputs.service == 'nginx' }} run: | helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update