Files
helm-charts-hardened/.github/tests/production-example/install.sh
T
2023-03-22 09:49:33 +01:00

12 lines
224 B
Bash
Executable File

#!/usr/bin/env bash
set -x
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
helm install \
--namespace spire-server \
--values "${SCRIPTPATH}/../../../examples/production/values.yaml" \
spire charts/spire