8 lines
135 B
Bash
Executable File
8 lines
135 B
Bash
Executable File
#/bin/bash
|
|
|
|
# set source env variables
|
|
. ./.env
|
|
export $(cut -d= -f1 ./.env)
|
|
|
|
|
|
envsubst < gitea-backup-secret.yaml | kubectl apply -f - |