Skip to content

Commit

Permalink
change laravel config location
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-mher committed Dec 16, 2022
1 parent f5d764b commit 9762538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: backend
description: Helm chart scaffolding for Backend applications.
type: application
version: 3.5.1
version: 3.5.3
appVersion: 1.3.0
2 changes: 1 addition & 1 deletion charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
mountPath: /usr/local/etc/php/php.ini
subPath: php.ini
- name: php-fpm-config
mountPath: /usr/local/etc/php-fpm.d/laravel.conf
mountPath: /usr/local/etc/php/conf.d/laravel.conf
subPath: laravel.conf
{{- if .Values.blackfire.enabled }}
- name: blackfire-config
Expand Down

0 comments on commit 9762538

Please sign in to comment.