10 lines
210 B
Bash
10 lines
210 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export GITEA_TOKEN=""
|
|
|
|
export CAPH_WORKER_CLUSTER_KUBECONFIG=../clusterapi/output/workload-kubeconfig
|
|
export MANAGEMENT_GITOPS_REPO=git.front.kjuulh.io/kjuulh/clank-management-config.git
|
|
|