Versions Compared

Key

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

...

The Helm chart installs API Protect in a Kubernetes cluster.
Requirements

...

  • Kubernetes 1.20+

...

  • Helm 3.0+

Install
Code Block
$ helm upgrade \
    --install apiprotect \
    --values <values file> \
    --namespace apiprotect \
    apiprotect.tgz   

...