Azure / k8s-create-secret

GitHub Action to create Kubernetes cluster secrets
MIT License
35 stars 31 forks source link

Need to use --force for arguments? #20

Closed juliakm closed 3 years ago

juliakm commented 3 years ago

This documentation PR flagged that you need to now use arguments: --force true with the action. Could you please take a look? If this is the new way to implement the action please let me know so that we can approve the PR.

ernani commented 3 years ago

I got a warning when using force: true while when using arguments: --force true worked with no warnings hence I have suggested that PR change. Please do let me know if that's not correct.

thesattiraju commented 3 years ago

This was perhaps a documentation issue; there wasn't support for force input in the action.yml
I've approved the documentation change, @juliakm you can take it forward :)