Skip to content

Commit c87bb9f

Browse files
Allow mysql to be disabled in ghost chart
1 parent 584c1f0 commit c87bb9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ghost/helm/ghost/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ apiVersion: v2
22
name: ghost
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "5.49.2"
77
dependencies:
88
- name: mysql
99
version: 0.6.6
1010
repository: https://pluralsh.github.io/module-library
11+
condition: mysql.enabled

ghost/helm/ghost/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
replicaCount: 1
22

33
mysql:
4+
enabled: true
45
rootPassword: replace
56
appUser: ghost
67
appPassword: replace

0 commit comments

Comments
 (0)