hyperledger-bevel / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
346 stars 719 forks source link

Make docker creds section in network.yaml as optional in Hyperledger Indy #616

Open jagpreetsinghsasan opened 4 years ago

jagpreetsinghsasan commented 4 years ago

Currently, we don't have an option to exclude docker credentials from network.yaml The docker credentials are used to create a kubernetes secret (docker cred template) which is used to pull images with docker credentials. With the inclusion of images over a public dockerhub registry, we dont need the docker username & password section in the network.yaml, the regcred and thus there is no need to pull the image with docker creds.

The changes required are:

Roshan13046 commented 3 years ago

I would like to fix this issue. Can I raise a PR for this?

sownak commented 3 years ago

@Roshan13046 yes, of course you can. Please follow our contributing guidelines.