Skip to content

Commit

Permalink
fix: stirling pdf config path
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 1, 2024
1 parent 0401e4e commit 0e3e9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/apps/tools/stirling-pdf/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
defaultPodOptions:
securityContext:
seccompProfile: { type: RuntimeDefault }

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -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

0 comments on commit 0e3e9d9

Please sign in to comment.