Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MnifR authored May 20, 2021
1 parent 3620cf5 commit 815bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ helm repo update
wget https://raw.githubusercontent.com/jenkinsci/helm-charts/main/charts/jenkins/values.yaml
vim values.yaml
kubectl create ns jenkins
helm install jenkins jenkins/jenkins -f values.yaml
helm install jenkins --namespace jenkins jenkins/jenkins -f values.yaml
kubectl -n jenkins get all -w
kubectl -n jenkins get secret jenkins -o yaml
kubectl exec --namespace jenkins -it svc/jenkins -c jenkins -- /bin/cat /run/secrets/chart-admin-password && echo
Expand Down

0 comments on commit 815bb22

Please sign in to comment.