Skip to content

Commit 37f2ad3

Browse files
committed
spelling
1 parent 348bd65 commit 37f2ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/use-gitops-in-connected-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ Options supported in --operator-params
137137
| 5. | --git-poll-interval | Period at which to poll Git repo for new commits. Default is '5m' (5 minutes). |
138138
| 6. | --sync-garbage-collection | If enabled, Flux will delete resources that it created, but are no longer present in Git. |
139139
| 7. | --git-label | Label to keep track of sync progress, used to tag the Git branch. Default is 'flux-sync'. |
140-
| 8. | --git-user | Username to use as git committer. |
141-
| 9. | --git-email | Email to use as git committer. |
140+
| 8. | --git-user | Username for git commit. |
141+
| 9. | --git-email | Email to use for git commit. |
142142

143143
Note: If '--git-user' or '--git-email' are not set (which means that you don't want Flux to write to the repo), then --git-readonly will automatically be set (if you have not already set it).
144144

0 commit comments

Comments
 (0)