Skip to content

Commit

Permalink
chore: test docs and other change permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Oct 2, 2023
1 parent 173eb5b commit da9a526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/argocd/commands/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ has appropriate RBAC permissions to change other accounts.
c.HelpFunc()(c, args)
os.Exit(1)
}
// test
acdClient := headless.NewClientOrDie(clientOpts, c)
conn, usrIf := acdClient.NewAccountClientOrDie()
defer io.Close(conn)
Expand Down
2 changes: 2 additions & 0 deletions docs/proposals/config-management-plugin-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ creation-date: 2021-03-29
last-updated: 2021-03-29
---

test

# Config Management Plugin Enhancement

We want to enhance config management plugin in order to improve Argo CD operator and end-user experience
Expand Down

0 comments on commit da9a526

Please sign in to comment.