Skip to content
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

Open
sreuland opened this issue Aug 29, 2023 · 4 comments
Open

charts/core: values.yml for testnet and pubnet #65

sreuland opened this issue Aug 29, 2023 · 4 comments

Comments

@sreuland
Copy link
Contributor

sreuland commented Aug 29, 2023

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 and pubnet_values.yml are created in the core chart path to be usable in helm install --values.
Or global.network=[testnet|pubnet] works the same and prevents need for testnet_values.yml and pubnet_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.

@sreuland
Copy link
Contributor Author

sreuland commented Nov 9, 2023

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.

@sreuland sreuland changed the title charts/core: values.yml for testnet and prodnet charts/core: values.yml for testnet and pubnet Feb 2, 2024
@sreuland
Copy link
Contributor Author

I mistakenly closed, reopening, this is for network values yml's for core chart, not the rpc chart, which was done on #78

@sreuland sreuland reopened this Feb 22, 2024
@sreuland
Copy link
Contributor Author

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.

@jacekn , do you think the values yml files created for captive core config on rpc #78, could be leveraged, copied in to this effort?

@jacekn
Copy link
Contributor

jacekn commented Feb 22, 2024

@sreuland yeah copying the values might be a good idea. I believe both charts should be using the same config format.
I'll think about deduplication too - maybe there will be a way to maintain single copy of pubnet and testnet quorumsets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants