Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.26 KB

Kubewarden Infra Repository Stable

This repository contains script to automate certain tasks in Kuberwarden project.

The directory structure is organized in two major subdirectories. The terraform directory has Terraform scripts to ensure all the members of the kubewarden-developers team have push access to all the repositories of the organization. The scripts directory has other standalone script to automate other things in the organization.

Terraform Usage

  • Create your own GitHub Personal Access Token (PAT)
  • Pass the token via an environment variable or by writing that into the terraform.tfvars file (this file is on the ignore list of git)
  • terraform init && terraform apply

Script Usage

  • Create your own GitHub Personal Access Token (PAT)
  • Install the dependencies defined in the requirements.txt file:
    pip install -r requirements.txt --user
    
  • Check how to use the script via -h command line flag and use it!