Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s apply - fix list merge for array attribute with empty dict #131

Merged
merged 3 commits into from
Jun 15, 2021

Conversation

abikouo
Copy link
Contributor

@abikouo abikouo commented Jun 11, 2021

SUMMARY

k8s apply is not working as expected when an array attribute contains empty dict

Fixes #113

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

k8s

@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #131 (3f9f770) into main (98cb88a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   24.02%   24.02%           
=======================================
  Files           1        1           
  Lines         154      154           
  Branches       29       29           
=======================================
  Hits           37       37           
  Misses        111      111           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98cb88a...3f9f770. Read the comment docs.

Co-authored-by: Mike Graves <mgraves@redhat.com>
@abikouo abikouo merged commit 58dba6b into ansible-collections:main Jun 15, 2021
abikouo added a commit to abikouo/kubernetes.core that referenced this pull request Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

array with empty dict, will change every time it is applied
2 participants