Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
ArgoCD - add "--insecure" to let it work with self-signed certs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jun 23, 2019
1 parent 6a5f68a commit 5ae682f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Context 'argocd-grpc.mylabs.dev' updated
Create new `harbor` project:

```bash
argocd --server argocd-grpc.${MY_DOMAIN} proj create harbor --description "Harbor project" --dest https://kubernetes.default.svc,harbor-system --src https://github.com/goharbor/harbor-helm.git
argocd --insecure --server argocd-grpc.${MY_DOMAIN} proj create harbor --description "Harbor project" --dest https://kubernetes.default.svc,harbor-system --src https://github.com/goharbor/harbor-helm.git
```

Create namespace for Harbor and copy there the secrets with Let's Encrypt
Expand All @@ -95,7 +95,7 @@ kubectl label namespace harbor-system app=kubed
Deploy Harbor:

```bash
argocd --server argocd-grpc.${MY_DOMAIN} app create harbor \
argocd --insecure --server argocd-grpc.${MY_DOMAIN} app create harbor \
--auto-prune \
--dest-namespace harbor-system \
--dest-server https://kubernetes.default.svc \
Expand Down

0 comments on commit 5ae682f

Please sign in to comment.