1
0
Fork 0

authelia: Use ConfigMap name suffix hash

Without `disableNameSuffixHash` enabled, Kustomize will create a unique
ConfigMap any time the contents of source file change.  It will also
update any Deployment, StatefulSet, etc resources to point to the new
ConfigMap.  This has the effect of restarting any pods that refer to the
ConfigMap whenever its contents change.

I had avoided using this initially because Kustomize does *not* delete
previous ConfigMap resources whenever it creates a new one.  Now that we
have Argo CD, though, this is not an issue, as it will clean up the old
resources whenever it synchronizes.
dch-webhooks-secrets
Dustin 2023-10-14 10:47:23 -05:00
parent 7bdf1f86b9
commit 721edd0d59
1 changed files with 0 additions and 2 deletions

View File

@ -15,5 +15,3 @@ configMapGenerator:
namespace: authelia
files:
- configuration.yml
options:
disableNameSuffixHash: true