mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 09:38:50 +00:00
Add tests for source oci command
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
30e5389d02
commit
adc7981f22
12 changed files with 195 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ func resetCmdArgs() {
|
|||
getArgs = GetFlags{}
|
||||
sourceHelmArgs = sourceHelmFlags{}
|
||||
secretGitArgs = NewSecretGitFlags()
|
||||
*kubeconfigArgs.Namespace = rootArgs.defaults.Namespace
|
||||
}
|
||||
|
||||
func isChangeError(err error) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue