forked from hail-is/hail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get sha in default namespace (hail-is#4621)
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=batch deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=batch deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=hail-ci deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=hail-ci deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=gateway deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=gateway deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=scorecard deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=scorecard deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=site deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=site deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
kubectl get --selector=app=upload deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" | ||
kubectl -n default get --selector=app=upload deployments -o "jsonpath={.items[*].metadata.labels.hail\.is/sha}" |