From c533ed1aa99cca9968eddbc1ba87a1e8560ff827 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 03:24:23 +0100 Subject: [PATCH] rm cm ghost --- apps/templates/blog-helm.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index cde9725..fe649da 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -56,17 +56,6 @@ spec: extraEnvVars: - name: mail__options__secure value: "false" - # Mount the ConfigMap as a volume - extraVolumes: - - name: ghost-config - configMap: - name: ghost-config - - # Mount the volume at the specific file path - extraVolumeMounts: - - name: ghost-config - mountPath: /opt/bitnami/ghost/config.production.json - subPath: config.production.json ## @param allowEmptyPassword Allow the container to be started with blank passwords allowEmptyPassword: false resourcesPreset: "micro"