diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index eef489d..6204b3e 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -54,16 +54,6 @@ jobs: run: | kubectl get ns $NAMESPACE || kubectl create namespace $NAMESPACE - - name: Delete existing imagePullSecret (if exists) - run: | - kubectl delete secret registry-creds -n $NAMESPACE --ignore-not-found - - - name: Copy imagePullSecret to namespace - run: | - kubectl get secret registry-creds -n servadmin -o yaml \ - | sed "s/namespace: servadmin/namespace: $NAMESPACE/" \ - | kubectl apply -f - - - name: Deploy with Helm run: | helm upgrade --install hugo charts \