Update --insecure-skip-tls-verify

This commit is contained in:
2025-04-12 13:45:48 +10:00
parent 7fa6d7c178
commit ca8059e4fc
+1 -1
View File
@@ -55,4 +55,4 @@ jobs:
# Update both deployments with new image tags
sed -i 's|image: .*|image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:1.0.${{ github.run_number }}|' k8s/manifest.yaml
# Apply Kubernetes manifests
kubectl apply -n ${{ env.K8S_NAMESPACE }} -f k8s/manifest.yaml
kubectl --insecure-skip-tls-verify apply -n ${{ env.K8S_NAMESPACE }} -f k8s/manifest.yaml