Add depot, attendant, jetfire, optimus, ota services with kustomize overlays

This commit is contained in:
Chris Rai
2026-01-31 15:35:07 -05:00
parent a0ec642ca1
commit 9a5cb2f547
404 changed files with 38817 additions and 16 deletions

16
services/jetfire/set_envs.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/bash
# This is a tool to just set env vars from .env
# This is used instead of a golang dotenv package,
# because there are some variables in fiskerinc.com/modules/clickhouse
# that are initialized before init() is called.
# Usage:
# Run this first before running go module locally:
#
# source ./set_envs.sh
# go run main.go
#
set -a
source .env
set +a