mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Update --insecure-skip-tls-verify
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user