Skip to content

Commit

Permalink
docs: Update kustomization example (#12555)
Browse files Browse the repository at this point in the history
...to align with documented usage of kustomize.

As it was, this example stops working with Kustomize v5

Signed-off-by: Jonas Bergler <jonas@bergler.name>
  • Loading branch information
jbergler committed Mar 6, 2023
1 parent a6c15a5 commit cd6cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ kind: Kustomization

namespace: argocd
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/ha/install.yaml
- github.com/argoproj/argo-cd/manifests/ha?ref=v2.6.2
```

## Helm
Expand Down

0 comments on commit cd6cbe2

Please sign in to comment.