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
I was just caught off guard by multiple resources not being deployed due to the fact that they were present in a multi-document manifest (this seems to have also happened in #5450).
Because the provider is dropping extra documents silently, it's really hard to know this has happened or debug if you notice the missing resources. Instead, the provider should error when it receives unexpected documents and recommends the use of kubectl_file_documents to prevent the issue.
The text was updated successfully, but these errors were encountered:
I was just caught off guard by multiple resources not being deployed due to the fact that they were present in a multi-document manifest (this seems to have also happened in #5450).
Because the provider is dropping extra documents silently, it's really hard to know this has happened or debug if you notice the missing resources. Instead, the provider should error when it receives unexpected documents and recommends the use of
kubectl_file_documents
to prevent the issue.The text was updated successfully, but these errors were encountered: