Skip to content

Automation scripts for the management of the Kubewarden organization on GitHub

License

Notifications You must be signed in to change notification settings

kubewarden/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Automation scripts for the management of the Kubewarden organization on GitHub

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published