Skip to content

Commit

Permalink
Merge pull request #19 from NBISweden/hotfix/readonly_files
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
darthvader2 authored Oct 21, 2024
2 parents 052039b + ed70a61 commit 92d552e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/landing-pages-chart/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.1.5
version: 0.1.6

# 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
2 changes: 1 addition & 1 deletion charts/landing-pages-chart/templates/lp_cj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: lp-generator-container
image: {{ .Values.images.lp_image }}
imagePullPolicy: Always
command: ["sh" , "-c", "cp app -r web tmp/ && /tmp/app"]
command: ["sh" , "-c", "cp /app -r /web /tmp && cd /tmp && /app"]
env:
- name: CONFIGFILE
value: "/.secrets/config.yaml"
Expand Down

0 comments on commit 92d552e

Please sign in to comment.