Skip to content

Commit

Permalink
fix boot configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Sep 14, 2021
1 parent f81d983 commit 77214d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.12.0
version: 0.13.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.16.0
appVersion: 0.12.2
2 changes: 1 addition & 1 deletion charts/provider/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: run-script
name: akash-provider-boot
data:
run.sh: |
#!/bin/sh
Expand Down
6 changes: 0 additions & 6 deletions charts/provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,16 +338,10 @@ spec:
- name: keys
mountPath: /boot-keys
readOnly: true
- name: run-script
mountPath: /boot/run.sh
subPath: run.sh
volumes:
- name: boot
configMap:
name: akash-provider-boot
- name: run-script
configMap:
name: run-script
- name: keys
secret:
secretName: akash-provider-keys

0 comments on commit 77214d9

Please sign in to comment.