You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah that's true, we should probably add a note before tearing down shared resources that you should repeat the previous steps for any other environments, and like you mentioned, split teardown-secrets into two targets, one for env-specific resources and one for shared.
There are a few discrepancies in the Makefile and the README with respect to tearing down an environment.
teardown-secrets
removes the ci-user secret key which is shared b/t envs.teardown-secrets
also removed the -eks-cluster-creator role which is also shared b/t envs.teardown
should accept an environment param and should skip "shared" teardown steps.Should have a
teardown-shared-secrets
andteardown-shared-roles
make commands.The text was updated successfully, but these errors were encountered: