We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f799c4 commit c4c6f22Copy full SHA for c4c6f22
moved.tf
@@ -0,0 +1,5 @@
1
+# this move section is needed to avoid es-operator destroy during module upgrade
2
+moved {
3
+ from = module.external_secrets_operator.kubernetes_namespace.eso_namespace[0]
4
+ to = module.external_secrets_operator.module.eso_namespace[0].kubernetes_namespace.create_namespace["es-operator"]
5
+}
0 commit comments