We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735a1c commit 3242df1Copy full SHA for 3242df1
1 file changed
.github/workflows/helm-deploy.yaml
@@ -73,5 +73,5 @@ jobs:
73
--set webserverSecretKey="${{ secrets.AIRFLOW_SECRET_KEY }}" \
74
--set fernetKey="${{ secrets.AIRFLOW_FERNET_KEY }}" \
75
-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
+ kubectl --kubeconfig ./config rollout restart -n airflow deploy
+ kubectl --kubeconfig ./config rollout restart -n airflow statefulset
0 commit comments