Skip to content

Commit

Permalink
docs: fix kubectl apply in apps-in-any-namespace doc
Browse files Browse the repository at this point in the history
There's a kustomization.yaml file in that directory, so we should apply it with `-k`.

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev authored Aug 23, 2023
1 parent 24c080b commit 2875282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/app-any-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We decided to not extend the Kubernetes RBAC for the `argocd-server` workload by
We supply a `ClusterRole` and `ClusterRoleBinding` suitable for this purpose in the `examples/k8s-rbac/argocd-server-applications` directory. For a default Argo CD installation (i.e. installed to the `argocd` namespace), you can just apply them as-is:

```shell
kubectl apply -f examples/k8s-rbac/argocd-server-applications/
kubectl apply -k examples/k8s-rbac/argocd-server-applications/
```

!!! note
Expand Down

0 comments on commit 2875282

Please sign in to comment.