From 0e3e9d982881f385b56e02d19fa2fe011717b1b4 Mon Sep 17 00:00:00 2001 From: jnobrega Date: Wed, 1 May 2024 14:20:28 +0100 Subject: [PATCH] fix: stirling pdf config path --- k8s/apps/tools/stirling-pdf/app/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/apps/tools/stirling-pdf/app/helm-release.yaml b/k8s/apps/tools/stirling-pdf/app/helm-release.yaml index 0f1fed7c..74147c07 100644 --- a/k8s/apps/tools/stirling-pdf/app/helm-release.yaml +++ b/k8s/apps/tools/stirling-pdf/app/helm-release.yaml @@ -45,7 +45,7 @@ spec: defaultPodOptions: securityContext: seccompProfile: { type: RuntimeDefault } - + affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: @@ -75,6 +75,6 @@ spec: type: configMap name: stirling-pdf-configmap globalMounts: - - path: /config/settings.yml + - path: /configs/settings.yml subPath: settings.yml readOnly: true \ No newline at end of file