You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of these makes a huge yaml file when you have a lot of keyspaces defined.
Is there any options for definition of common configs etc. to be reused/included for each keyspaces and only some specific configs to be added under keyspaces?
With around 10 keyspaces we have almost 2k+ lines of cluster definition (it could be reduced without those repetitive stuff there)
Also noticed some flags don't have same key name, but hold the same value for example:
vtgate vault flags
mysql_auth_vault_addr:
mysql_auth_vault_path:
mysql_auth_vault_ttl:
vttablet vault flags
db-credentials-vault-ttl:
db-credentials-vault-addr:
db-credentials-vault-path:
The text was updated successfully, but these errors were encountered:
Do we have any option for maintaining clearness with VitessCluster Kind yaml file?
So what we have noticed about it:
All of these makes a huge yaml file when you have a lot of keyspaces defined.
Is there any options for definition of common configs etc. to be reused/included for each keyspaces and only some specific configs to be added under keyspaces?
With around 10 keyspaces we have almost 2k+ lines of cluster definition (it could be reduced without those repetitive stuff there)
Also noticed some flags don't have same key name, but hold the same value for example:
vtgate vault flags
vttablet vault flags
The text was updated successfully, but these errors were encountered: