Skip to content

Commit

Permalink
Update kustomize resource to correct path (argoproj#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 51c241b commit 0c56178
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 @@ -72,7 +72,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
```
For an example of this, see the [kustomization.yaml](https://github.com/argoproj/argoproj-deployments/blob/master/argocd/kustomization.yaml)
Expand Down

0 comments on commit 0c56178

Please sign in to comment.