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
- Host: GitHub
- URL: https://github.com/kostis-codefresh/install-gitops-runtime-with-terraform
- Owner: kostis-codefresh
- Created: 2023-06-23T09:12:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T14:10:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T00:25:52.714Z (3 months ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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