update inputs
This commit is contained in:
committed by
GitHub
parent
0b24cff6b3
commit
ae1a1a45a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user