Skip to content

Commit

Permalink
remove quotes in run
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Sep 15, 2021
1 parent eed284a commit cfdbd65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.31.0
version: 0.32.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
3 changes: 3 additions & 0 deletions charts/provider/templates/configmap-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ data:
env | sort
sed -i 's/\"//g' $AKASH_BOOT_KEYS/key.txt
sed -i 's/\"//g' $AKASH_BOOT_KEYS/key-pass.txt
cat $AKASH_BOOT_KEYS/key.txt
cat $AKASH_BOOT_KEYS/key-pass.txt
Expand Down
2 changes: 1 addition & 1 deletion charts/provider/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ stringData:
provider-cert.pem: |
{{ .Values.akash_provider.providercert | trim | quote }}
key.txt: |
{{ .Values.akash_client.key | quote }}
{{ .Values.akash_client.key | trim | quote }}
key-pass.txt: |
{{ .Values.akash_client.keysecret | quote }}

0 comments on commit cfdbd65

Please sign in to comment.