This message was deleted.
# kubernetes
s
This message was deleted.
b
hmm i haven't confirmed, but I think this might be related to helm hooks. do you get a hook warning when you provision the helm chart?
p
@miniature-leather-70472 had the same, the trick is to change the strategy to Recreate
Copy code
values: {
          server: {
            strategy: {
              type: 'Recreate',
            },
            ...
m
@proud-pizza-80589 thanks, will try that out