Skip to content

Commit

Permalink
feat: config file name update in script
Browse files Browse the repository at this point in the history
  • Loading branch information
RamaRaju-vj committed Jul 1, 2024
1 parent 30793ff commit 722cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ sudo mkdir k8s_files


# on your machine copy the config.yml file to the jenkins container
cp /home/ubuntu/config.yml /var/lib/jenkins/.kube/
cp /home/ubuntu/config.yaml /var/lib/jenkins/.kube/

# check the file on the jenkins container
ls -al .kube
Expand Down

0 comments on commit 722cf5e

Please sign in to comment.