-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
charts/core: values.yml for testnet and pubnet #65
Comments
is this request worthwhile for consideration? if so, is there an estimate on when it will schedule, there is a docs draft pr, stellar/stellar-docs#216, that would reference the availability of the new values.yml if they exist. |
I mistakenly closed, reopening, this is for network values yml's for core chart, not the rpc chart, which was done on #78 |
@jacekn , do you think the values yml files created for captive core config on rpc #78, could be leveraged, copied in to this effort? |
@sreuland yeah copying the values might be a good idea. I believe both charts should be using the same config format. |
What problem does your feature solve?
if you want to install the helm chart for core on testnet or pubnet, there is no reference values.yml to use, which aggregates many specific settings needed for network like validators, passphrase, archive urls, etc. it would take a long time and be error prone to try and set that up manually.
What would you like to see?
testnet_values.yml
andpubnet_values.yml
are created in the core chart path to be usable inhelm install --values
.Or
global.network=[testnet|pubnet]
works the same and prevents need fortestnet_values.yml
andpubnet_values.yml
.updated docs can refer to correct config - stellar/stellar-docs#216
What alternatives are there?
users take the futurenet_values.yml and manually figure out the changes from there for testnet or pubnet.
The text was updated successfully, but these errors were encountered: