Skip to content

Commit

Permalink
update annotation for argo cd
Browse files Browse the repository at this point in the history
  • Loading branch information
arckrish committed Nov 8, 2024
1 parent da34184 commit 706f951
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion content/modules/ROOT/pages/99_useful_tips.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ oc delete argocd --all -n openshift-gitops
oc delete pods --all -n openshift-gitops-operator
echo "rerun ./bootstrap.sh "
```
### Argo CD Out of Sync due to differences in manifests applied and operator trying to modify mnifests.

Please include this annotation when you see out-of-sync error due to differences in manifests:

## working with bastion host
```
metadata:
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
```

## Working with bastion host

### copy over your ssh-key

Expand Down

0 comments on commit 706f951

Please sign in to comment.