From 9e2d586264e632b9dcffa9d5a9d2d47678389041 Mon Sep 17 00:00:00 2001 From: sacreman Date: Thu, 16 Sep 2021 01:21:35 +0700 Subject: [PATCH] remove some tests --- charts/provider/Chart.yaml | 2 +- charts/provider/templates/configmap-boot.yaml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index af8eaa8f..06c92b20 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -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 diff --git a/charts/provider/templates/configmap-boot.yaml b/charts/provider/templates/configmap-boot.yaml index f90b1044..047a5fc7 100644 --- a/charts/provider/templates/configmap-boot.yaml +++ b/charts/provider/templates/configmap-boot.yaml @@ -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 ##