Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 319d204

Browse files
committed
fix: adds missing script file
1 parent 241fafe commit 319d204

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
set -euo pipefail
3+
IFS=$'\n\t'
4+
5+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6+
readonly SCRIPT_DIR
7+
8+
# shellcheck source=hack/common.sh
9+
source "${SCRIPT_DIR}/../common.sh"
10+
11+
# add warning not to edit file directly
12+
cat <<EOF >"${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
13+
$(cat "${GIT_REPO_ROOT}/hack/license-header.yaml.txt")
14+
15+
#=================================================================
16+
# DO NOT EDIT THIS FILE
17+
# IT HAS BEEN GENERATED BY /hack/tools/helm-cm/main.go
18+
#=================================================================
19+
$(cat "${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml")
20+
EOF

0 commit comments

Comments
 (0)