Below is my sample test.yaml file , in that i received the values for the a and b block and i am trying to completely remove the c block from the file where we have the unhashable keys are present using Python.
applications:
a:
chart:
url-details: https://adbc/a-12.tgz
images:
repo: a:23434
b:
chart:
url-details: https://adbc/b-13.tgz
images:
repo: b:2345
c:
chart:
url-details: https://adbc/{{ c }}.tgz
images:
repo: :{{ c }}
Can someone please help me in giving me some lead on this requirement ?