SKIP UPDATE CHECK SKIP UPGRADE Resolve "Re-evaluate test-values.yaml"
General MR
Summary
Remove duplicate values present in test-values.yaml that are already present in default values.yaml
Relevant logs/screenshots
N/A
Linked Issue
Upgrade Notices
N/A
Closes #217 (closed)
Merge request reports
Activity
added kindmaintenance priority6 skip-bb-mr statusdoing teamDevelopment & Ops labels
for reviewer:
Check for Package test-values dupes in main branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/argocd/-/raw/main/chart/values.yaml) | sort) \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/argocd/-/raw/main/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Check for Package test-values dupes on THIS (217-re-evaluate-test-values-yaml-3) branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/argocd/-/raw/main/chart/values.yaml) | sort) \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/argocd/-/raw/217-re-evaluate-test-values-yaml-3/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Command should have no output if there are no dupes found.
mentioned in commit 691db813
assigned to @matt.vasquez
Please register or sign in to reply