Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Installation

You can install the Terraform Operator either with Helm or directly apply the manifests with kubectl

Helm

  helm repo add kuptan https://kuptan.github.io/helm-charts
  helm install terraform-operator kuptan/terraform-operator

The Helm Chart source code can be found here

Kubectl

  kubectl apply -k https://github.com/kuptan/terraform-operator/config/crd 
  kubectl apply -k https://github.com/kuptan/terraform-operator/config/manifest