Skip to content

Commit c2229cd

Browse files
committed
fix missing arg on kubectl command in migrations script
1 parent cc5a432 commit c2229cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/standardize-labels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function k_get_app_names() {
4747
-n "${NAMESPACE}" \
4848
-l "vendor=stackstorm" \
4949
-l "release=${RELEASE_NAME}" \
50+
-o json \
5051
| jq -r '.items[] | select(.metadata.name | test("'"${app}"'")).metadata.labels.app'
5152
}
5253

0 commit comments

Comments
 (0)