update inputs

This commit is contained in:
mohand ou idir belfares
2026-06-08 11:02:10 +02:00
committed by GitHub
parent 0b24cff6b3
commit ae1a1a45a7
+2
View File
@@ -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