Open omerlh opened 6 years ago
I wrote a small script that can be used to generate secrets.yaml file from the azuredeploy.parameters.json file, and base64 encode correctly all the values. If you think it is useful, I can open a PR and add it.
secrets.yaml
azuredeploy.parameters.json
Hey, that would be really cool! If you can also add documentation in the README on how to use it it would be great. Thanks.
Great, I'll try to do it tomorrow
I wrote a small script that can be used to generate
secrets.yaml
file from theazuredeploy.parameters.json
file, and base64 encode correctly all the values. If you think it is useful, I can open a PR and add it.