DNM: CI fix (#323)

CI fix

SUMMARY
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
molecule/default/tasks/taint.yml

Reviewed-by: None <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: None <None>
This commit is contained in:
Abhijeet Kasurde
2022-01-12 13:37:03 +05:30
committed by GitHub
parent b19ff9d70a
commit 04e14c1f95
2 changed files with 7 additions and 17 deletions

View File

@@ -52,20 +52,10 @@
- name: Check if helm diff check is correct
vars:
expected: "\u001b[0;33mhelm, test-chart-another-configmap, ConfigMap (v1) has been added:\u001b[0m\n\
\u001b[0;31m- \u001b[0m\n\
\u001b[0;32m+ # Source: test-chart/templates/anothermap.yaml\u001b[0m\n\
\u001b[0;32m+ # BEGIN ANSIBLE MANAGED BLOCK\u001b[0m\n\
\u001b[0;32m+ apiVersion: v1\u001b[0m\n\
\u001b[0;32m+ kind: ConfigMap\u001b[0m\n\
\u001b[0;32m+ metadata:\u001b[0m\n\
\u001b[0;32m+ name: test-chart-another-configmap\u001b[0m\n\
\u001b[0;32m+ data:\u001b[0m\n\
\u001b[0;32m+ foo: bar\u001b[0m\n\
\u001b[0;32m+ # END ANSIBLE MANAGED BLOCK\u001b[0m"
foo_bar_value: "+ foo: bar"
assert:
that:
- expected == diff_result.diff.prepared
- foo_bar_value in diff_result.diff.prepared
- name: Upgrade local chart with modifications
helm: