Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAlfallal committed Aug 26, 2023
1 parent 622d54b commit 8483837
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# argocd
# Edited by Amir Alfallal
## Edited by Amir Alfallal
### Edited by Amir Alfallal

```bash
# First deploy argocd with the provided kustomization
kustomize build . | k apply -f -

# Now create an argocd application that will point to that kustomization so that any change in the files gets reflected
k apply -f argocd-app.yaml
```
# Edited by Amir Alfallal
## Edited by Amir Alfallal
### Edited by Amir Alfallal

### Making argocd manage itself
```bash
# First deploy argocd with the provided kustomization
kustomize build . | k apply -f -
Expand Down

0 comments on commit 8483837

Please sign in to comment.