yq is a lightweight and portable command-line YAML processor.
I want to change yaml file value based on name: Example: spec: containers: - name: app1 image: imageurl.com command: [] …
bash yaml yqI have a k8s yaml file with below block spec: replicas: 1 strategy: type: Recreate and I want to add …
kubernetes yaml jq yq