From 71531794b21d1973d6f42abaed2a79f4d2818857 Mon Sep 17 00:00:00 2001 From: sacreman Date: Tue, 14 Sep 2021 22:44:05 +0700 Subject: [PATCH] fix configmap --- charts/provider/Chart.yaml | 2 +- charts/provider/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 21188edb..dde26624 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.8.0 +version: 0.9.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/deployment.yaml b/charts/provider/templates/deployment.yaml index 4c86bfb7..fb74b339 100644 --- a/charts/provider/templates/deployment.yaml +++ b/charts/provider/templates/deployment.yaml @@ -341,13 +341,13 @@ spec: - name: run-script mountPath: /boot/run.sh subPath: run.sh - - name: run-script - configMap: - name: run-script volumes: - name: boot configMap: name: akash-provider-boot + - name: run-script + configMap: + name: run-script - name: keys secret: secretName: akash-provider-keys