Ensuring that jq is in every container will give devs more flexibility when dealing with json secrets, and provides a universally available solution (as opposed to fromJson which is starphleet specific). This way they can learn one workflow for secrets, whether working locally, dev ship, production, jobs, etc.
Ensuring that jq is in every container will give devs more flexibility when dealing with json secrets, and provides a universally available solution (as opposed to
fromJson
which is starphleet specific). This way they can learn one workflow for secrets, whether working locally, dev ship, production, jobs, etc.