Skip to content

Commit 31bade5

Browse files
committed
ArgoCD
1 parent 0c41c39 commit 31bade5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
184184
```
185185

186186
> 💡 Sample Kind Dev Cluster
187+
> ```shell
187188
> kind create cluster --name dev
188189
> kubectl apply -k k8s/bootstrap/argocd
189190
> kubectl apply -k k8s/bootstrap/argocd-config
@@ -193,4 +194,5 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
193194
> kubectl port-forward svc/shared-gateway-dev-istio -n istio-ingress 8081:8081 # 💡 Shared Dev Gateway
194195
> curl -X GET 'localhost:8081/myapp/v1/books' --header 'Accept: application/json'
195196
>
196-
> kubectl port-forward svc/argocd-server -n argocd 8080:443 # 💡 ArgoCD Dashboard(admin/password)
197+
> kubectl port-forward svc/argocd-server -n argocd 8080:443 # 💡 ArgoCD Dashboard(admin/password)
198+
> ```

0 commit comments

Comments
 (0)