Skip to content

Commit

Permalink
Fix: Properly quote variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo committed Jun 25, 2024
1 parent 2e4ac53 commit 0d45990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/symfony-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: symfony-app
description: A simple chart to deploy basic Symfony/PHP applications
type: application
version: 0.5.2
version: 0.5.3
appVersion: 'main'
keywords:
- php
Expand All @@ -17,4 +17,4 @@ annotations:
# Supported kind: added, changed, deprecated, removed, fixed and security
artifacthub.io/changes: |
- kind: fixed
description: "Fix deployment not using correct variable"
description: "Properly quote variables"
4 changes: 2 additions & 2 deletions charts/symfony-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ release: ~
##
# Environment variables
environment: |
APP_ENV: prod
APP_DEBUG: 0
APP_ENV: "prod"
APP_DEBUG: "0"
##
# Only https sources are supported
Expand Down

0 comments on commit 0d45990

Please sign in to comment.