Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

tradeparadigm/airplane-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airplane Helm Charts

This repository stores helm charts (currently just airplane-agent) and also serves as as a helm repo.

Here's an example values.yaml for configuring your Airplane agents:

airplane:
  # See the docs below for instructions on obtaining your API token and team ID
  apiToken: YOUR_API_TOKEN
  teamID: YOUR_TEAM_ID
  # Change this to run pods in a different namespace
  runNamespace: default
  # Optional: attach labels to agents for constraints
  agentLabels: 
    orchestration: kubernetes
  # Optional: if set, only allows agents to execute runs from environment
  # with the provided slug
  envSlug: ""

For more details on using the helm chart, see the docs on self-hosted Airplane agents in Kubernetes.

Installing the chart

Add the Airplane chart repo:

helm repo add airplane https://airplanedev.github.io/charts

Update your chart repos:

helm repo update

Install the helm chart:

helm install -f values.yaml airplane airplane/airplane-agent

Releases

No releases published

Packages

No packages published