There was an error while loading. Please reload this page.
1 parent 0c41c39 commit 31bade5Copy full SHA for 31bade5
1 file changed
README.md
@@ -184,6 +184,7 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
184
```
185
186
> 💡 Sample Kind Dev Cluster
187
+> ```shell
188
> kind create cluster --name dev
189
> kubectl apply -k k8s/bootstrap/argocd
190
> kubectl apply -k k8s/bootstrap/argocd-config
@@ -193,4 +194,5 @@ ArgoCD and `Kustomize` based cloud native IaC & GitOps setup.
193
194
> kubectl port-forward svc/shared-gateway-dev-istio -n istio-ingress 8081:8081 # 💡 Shared Dev Gateway
195
> curl -X GET 'localhost:8081/myapp/v1/books' --header 'Accept: application/json'
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