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 #175 (closed)
Merge request reports
Activity
added kindmaintenance priority6 skip-bb-mr teamDevelopment & Ops labels
assigned to @matt.vasquez
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/mattermost/-/raw/main/chart/values.yaml) | sort) \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/mattermost/-/raw/main/tests/test-values.yml) | sort) \ | sed '/^$/d'
Check for Package test-values dupes on THIS (175-re-evaluate-test-values-yaml) branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/mattermost/-/raw/main/chart/values.yaml) | sort) \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/mattermost/-/raw/175-re-evaluate-test-values-yaml/tests/test-values.yml) | sort) \ | sed '/^$/d'
Command should have no output if there are no dupes found.
mentioned in commit 5e286ad3
Please register or sign in to reply