Skip to content

Commit

Permalink
remove some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Sep 15, 2021
1 parent 6bc78ed commit 9e2d586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion charts/provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.22.0
version: 0.23.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
12 changes: 0 additions & 12 deletions charts/provider/templates/configmap-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ data:
set -e
##
# Configuration sanity check
##
# shellcheck disable=SC2015
[ -f "$AKASH_BOOT_KEYS/key.txt" ] && [ -f "$AKASH_BOOT_KEYS/key-pass.txt" ] || {
echo "Key information not found; AKASH_BOOT_KEYS is not configured properly"
exit 1
}
env | sort
##
# Import key
##
Expand Down

0 comments on commit 9e2d586

Please sign in to comment.