Skip to content

Commit

Permalink
fixing missing routes.yml in the mount config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Sep 16, 2024
1 parent 5236718 commit 20711b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flyimg/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
command: ["/bin/sh", "-c"]
args:
- |
cp /var/www/html/config/parameters.yml /config/parameters.yml
cp -R /var/www/html/config/* /config/
volumeMounts:
- name: shared-config
mountPath: /config
Expand Down

0 comments on commit 20711b1

Please sign in to comment.