An open API service indexing awesome lists of open source software.

https://github.com/kostis-codefresh/install-gitops-runtime-with-terraform

How to install a Codefresh GitOps runtime using Terraform instead of Helm
https://github.com/kostis-codefresh/install-gitops-runtime-with-terraform

Last synced: about 1 month ago
JSON representation

How to install a Codefresh GitOps runtime using Terraform instead of Helm

Awesome Lists containing this project

README

        

# Codefresh Runtime install
How to install a Codefresh GitOps runtime using Terraform instead of the Helm CLI

## Prepare Terraform and parameters

```shell
export TF_VAR_cf_account_id=
export TF_VAR_cf_token=
```

Create a Codefresh token at https://g.codefresh.io/user/settings
Get accound id from https://g.codefresh.io/2.0/account-settings/runtimes/ (Click the "Add runtime" button)

## Run terraform

Get a kubeconfig context to the cluster that will hold the runtime.

```
terraform init
terraform apply
```

After terraform has finished the new runtime should be visible inside Codefresh