Skip to content

Commit

Permalink
Update kustomize resource to correct path (#13196)
Browse files Browse the repository at this point in the history
This commit updates the kustomize section to include the correct path.  Without the `\base` at the end of the path kustomize errors out trying to find a `kustomization.yaml` since there isn't one in the `ha` directory.

Signed-off-by: Chris Wiggins <5607419+cwiggs@users.noreply.github.com>
  • Loading branch information
cwiggs authored May 17, 2023
1 parent d80a5d1 commit dd250c7
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:
- github.com/argoproj/argo-cd/manifests/ha?ref=v2.6.2
- github.com/argoproj/argo-cd/manifests/ha/base?ref=v2.6.2
```
## Helm
Expand Down

0 comments on commit dd250c7

Please sign in to comment.