Skip to content

Commit

Permalink
Update commands-chap5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisses authored Feb 28, 2022
1 parent ec6b21a commit 3dd99df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/chapter5/commands-chap5.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ http://localhost:9097/#/namespaces/localnews-pipelines/pipelineruns/
##### head over to the UI and log in with the password and user "admin"
[localhost:8080](localhost:8080)
##### Listing 5-29. Commands to set up ArgoCD Application
## only required for private repos, update the respective file with your own private SSH Key for e.g. Github
## configure your Git repo, update the respective file with your own private SSH Key for e.g. Github
kubectl apply -n argocd -f snippets/chapter5/gitops/argocd-repoaccess.yaml

## adjust to your Git repository
## configure your Git repository
kubectl apply -n argocd -f snippets/chapter5/gitops/argocd-application.yaml

##### check the status of the application in Kubernetes
Expand Down Expand Up @@ -215,4 +215,4 @@ http://localhost:9097/#/namespaces/localnews-pipelines/pipelineruns
### Cleaning Up

minikube delete
minikube start --addons=ingress --vm=true --kubernetes-version='v1.22.3' --memory='8g' --cpus='4' --disk-size='25000mb'
minikube start --addons=ingress --vm=true --kubernetes-version='v1.22.3' --memory='8g' --cpus='4' --disk-size='25000mb'

0 comments on commit 3dd99df

Please sign in to comment.