mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 08:44:58 +00:00
Add Tilt back from holos server Note with this patch the ec-creds.yaml file needs to be applied to the provisioner and an external secret used to sync the image pull creds. With this patch the dev instance is accessible behind the auth proxy. pgAdmin also works from the Tilt UI. https://jeff.holos.dev.k2.ois.run/app/start
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#! /bin/bash
|
|
set -euo pipefail
|
|
export GH_FORCE_TTY='120%'
|
|
exec gh issue list
|