Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
apiVersion: integration.ibm.com/v1beta1
kind: DpodCloudAgent
metadata:e
  namespace: gateways-ns
  name: dpod-cloud-agent-dev
  annotations:
    integration.ibm.com/pause: "true"
...

Warning: The value must be a string, i.e. "true", just providing true will not work and you will receive an error when trying to apply the update

Or using command line with kubectl and yq tools, i.e.:

...