Skip to content

Commit

Permalink
docs: remove repetitive words (argoproj#17430)
Browse files Browse the repository at this point in the history
Signed-off-by: hishope <[email protected]>
  • Loading branch information
hishope authored and mkieweg committed Jun 11, 2024
1 parent 4a57b78 commit 392cb63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/extensions/proxy-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests before forwarding to the backend service.

As proxy extension is in [Alpha][1] phase, the feature is disabled by
default. To enable it, it is necessary to configure the feature flag
in Argo CD command parameters. The easiest way to to properly enable
in Argo CD command parameters. The easiest way to properly enable
this feature flag is by adding the `server.enable.proxy.extension` key
in the existing `argocd-cmd-params-cm`. For example:

Expand Down
2 changes: 1 addition & 1 deletion docs/operator-manual/applicationset/Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
source:
repoURL: https://github.com/argoproj/argo-cd.git
targetRevision: HEAD
# This 'default' value is not used: it is is replaced by the generator's template path, above
# This 'default' value is not used: it is replaced by the generator's template path, above
path: applicationset/examples/template-override/default
destination:
server: '{{url}}'
Expand Down
2 changes: 1 addition & 1 deletion docs/proposals/applicationset-plugin-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ data:
baseUrl: http://myplugin.plugin.svc.cluster.local
```

- token is used a a bearer token in the RPC request. It could be a [sensitive reference](https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#sensitive-data-and-sso-client-secrets).
- token is used a bearer token in the RPC request. It could be a [sensitive reference](https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#sensitive-data-and-sso-client-secrets).

### Reconciliation logic

Expand Down

0 comments on commit 392cb63

Please sign in to comment.