-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced/improved provider configuration options and documentation (#268
) * fix(provider): implement `kubernetes.config_context` options These were available on the provider configuration but not actually used, * fix(provider): remove unused `kubernetes` configuration options These cannot be used by the provider so there's no point in having them here. * fix(provider): mark `server_addr` as optional This does not need to be supplied when port forwarding or using local config. * feat(provider): add `core` to provider configuration * fix(provider): fix description of `context` option * fix(provider): improve descriptions for port forwarding configuration * docs(provider): improve overview and add examples for common provider configuration * docs: improve wording on port forwarding example Co-authored-by: Olivier Boukili <[email protected]> * chore: drop `ARGOCD_CONTEXT` var from local test env vars --------- Co-authored-by: Olivier Boukili <[email protected]>
- Loading branch information
1 parent
8e40130
commit 89a6cff
Showing
8 changed files
with
551 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.