Skip to content

Commit

Permalink
add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxnsk committed Nov 3, 2024
1 parent ba4058a commit 57aeeaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jenkins-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
KUBECONFIG: /tmp/k3s.yml
run: |
echo "${{ vars.K3S_CONFIG }}" >> $KUBECONFIG
chmod 600 "$KUBECONFIG"
kubectl get namespace jenkins || kubectl create namespace jenkins
kubectl apply -f jenkins-volume.yaml
kubectl apply -f jenkins-sa.yaml
Expand Down

0 comments on commit 57aeeaf

Please sign in to comment.