Skip to content

Commit 3242df1

Browse files
committed
bounce
1 parent 0735a1c commit 3242df1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
--set webserverSecretKey="${{ secrets.AIRFLOW_SECRET_KEY }}" \
7474
--set fernetKey="${{ secrets.AIRFLOW_FERNET_KEY }}" \
7575
-f infra/extra.yaml
76-
kubectl rollout restart --kubeconfig ./config --kube-apiserver https://${{ secrets.SSH_TARGET_IP }}:6443 -n airflow deploy
77-
kubectl rollout restart --kubeconfig ./config --kube-apiserver https://${{ secrets.SSH_TARGET_IP }}:6443 -n airflow statefulset
76+
kubectl --kubeconfig ./config rollout restart -n airflow deploy
77+
kubectl --kubeconfig ./config rollout restart -n airflow statefulset

0 commit comments

Comments
 (0)