FEATURE: add an option for custom namespaces (#862)
authorJeff Wong <awole20@gmail.com>
Wed, 4 Sep 2024 13:42:02 +0000 (06:42 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 13:42:02 +0000 (06:42 -0700)
commit9e25686a99315e769ccff4d478de94461e77651f
treeeb4f2812b8861476b9f6bc501e561d078a2683fc
parent3186478f514411821be9bba233beb6f4d69e3cb0
FEATURE: add an option for custom namespaces (#862)

Add an option to select a targeted namespace, env var DISCOURSE_NAMESPACE

Configure:
Add `source-tag` to select which tag to configure from.
Rename old `tag` option to `target-tag` to differentiate from `source-tag` option

Migrate:
Add `tag` to select which tag to migrate with
launcher_go/v2/cli_build.go
launcher_go/v2/cli_build_test.go
launcher_go/v2/config/config.go
launcher_go/v2/docker/commands.go
launcher_go/v2/main.go
launcher_go/v2/utils/consts.go