-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
When changing the zip file in the secret that is mounted in the asterisk-config volume, it does not detect it and re-renders the template. This makes it hard to have dynamic configuration except from the already implemented reactivity based on the network changes.
Possible solutions:
- Watch the file system for changes on the mounted secret and re-renders the full config and overwrite the original (this have a drawback of taking some time, depending on the cluster, to update due to https://kubernetes.io/docs/concepts/configuration/secret/#mounted-secrets-are-updated-automatically)
- Watch for secret changes via k8s API and trigger the re-render the same way
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels