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 815bb22 commit e4b0075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ kubectl create ns jenkins
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 All @@ -92,9 +91,8 @@ helm repo add oteemocharts https://oteemo.github.io/charts
helm repo update
kubectl create ns sonarqube
helm install sonarqube --namespace sonarqube oteemocharts/sonarqube -f values.yaml
kubectl -n sonarqube get all -w
kubectl -n sonarqube get all
kubectl -n sonarqube logs
kubectl -n jenkins get all -w

```

Expand Down

0 comments on commit e4b0075

Please sign in to comment.