Files
platform/charts/nfs-client-provisioner/deploy.sh
2020-11-06 15:46:25 +01:00

16 lines
271 B
Bash
Executable File

#!/usr/bin/env bash
TOP="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
namespace=kube-system
charts=()
cd $TOP
. ../config.sh
kubectl_apply_files $namespace "${charts[@]}"
helm_apply $namespace nfs-client-provisioner stable/nfs-client-provisioner