forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
config-checksum
annotation on config changes (hashicorp#582)
- The `config-checksum` annotation on the server-stateful and client-daemonset would previously only updated on changes to their respective extraConfig. This would fail to restart the server when ACL config was updated. The behaviour has been updated to hash the entire contents of the server/client config configmap so that any changes to the configmap will force a recreate of the server/client pods. This will allows consul upgrades to update an insecure install to a secure one.
- Loading branch information
Ashwin Venkatesh
authored
Dec 9, 2020
1 parent
06b281f
commit 0e7dae4
Showing
5 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters