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

Commit

Permalink
provide argocd cli commands for registering and syncing argocd applic…
Browse files Browse the repository at this point in the history
…ation manifests
  • Loading branch information
MGTheTrain committed Apr 2, 2024
1 parent 35714be commit 1183d46
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,18 @@ The default username is `admin`. The default password can be obtained trough: `k
Trough CLI for ArgoCD:

```sh
TBD
# Register Application
argocd app create sample-service \
--repo <GIT_REPO_URL> \
--path <PATH_IN_REPO> \
--dest-server <K8S_CLUSTER_URL> \
--dest-namespace <NAMESPACE> \
--revision <TARGET_REVISION>

# Sync Application
argocd app sync sample-service
# Monitor Application Status
argocd app get my-app
```

Trough CLI for FluxCD:
Expand All @@ -71,9 +82,6 @@ Trough CLI for FluxCD:
TBD
```

Trough ArgoCD Web UI:

TBD - sample image

#### Changing service versions

Expand Down

0 comments on commit 1183d46

Please sign in to comment.