-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding labels/annotations to resources or data to config maps/secrets when those were empty fails #115
Labels
Comments
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
… a resource that didn't have any
Also affects annotations which use the same |
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…ns to a resource that didn't have any
Also affects empty config maps with no data which use the same |
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
… config map resource that didn't have any
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…esource that didn't have any
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…o a resource that didn't have any
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…fig map resource that didn't have any
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…ret resource that didn't have any
And finally, it also affects secrets with no data which use the same |
pdecat
added a commit
to pdecat/terraform-provider-kubernetes
that referenced
this issue
Feb 12, 2018
…ret resource that didn't have any
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Adding labels to a resource that didn't have any fails with a
jsonpatch add operation does not apply: doc is missing path
error message.Terraform Version
Note: the exact same issue happens from master.
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Applying the first file then the second one should add the labels to the resource.
Actual Behavior
Applying the first file then the second one fails:
Steps to Reproduce
terraform apply
with first fileterraform apply
with second fileThe text was updated successfully, but these errors were encountered: