Skip to content

Commit

Permalink
fix: incorrect mount path for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 25, 2023
1 parent 7f9b41b commit 1d92f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/root_chart/values.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ migration:
envFromSecret: *target
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/App/Config
configMountPath: /app/Config
ttlSecondsAfterFinished: 60
image:
repository: ghcr.io/atomicloud/sulfone.zinc/migrate-amd
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/values.pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ migration:
envFromSecret: *target
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/App/Config
configMountPath: /app/Config
ttlSecondsAfterFinished: 60
image:
repository: ghcr.io/atomicloud/sulfone.zinc/migrate-amd
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/values.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ migration:
envFromSecret: *target
securityContext: *migrateSecurityContext
podSecurityContext: *podSecurityContext
configMountPath: /app/App/Config
configMountPath: /app/Config
ttlSecondsAfterFinished: 60
image:
repository: ghcr.io/atomicloud/sulfone.zinc/migrate-amd
Expand Down

0 comments on commit 1d92f0f

Please sign in to comment.