Skip to content

Commit

Permalink
fix: ensure that workloads are updated on logging-operator upgrade
Browse files Browse the repository at this point in the history
This flag causes e.g. daemonsets and statefulsets to be forcefully
deleted and recreated if required for a configuration change.

Unfortunately this can mean transient data loss (e.g. data in buffers),
but that seems to be a reasonable tradeoff.
  • Loading branch information
smlx committed Jun 16, 2023
1 parent 9b64d8f commit ae7c7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/lagoon-logging/templates/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
{{- include "lagoon-logging.labels" . | nindent 4 }}
spec:
enableRecreateWorkloadOnImmutableFieldChange: true
fluentd:
security:
podSecurityContext:
Expand Down

0 comments on commit ae7c7d0

Please sign in to comment.