mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
fix(scripts): fix wrong apps directory
This commit is contained in:
parent
a2171cbe85
commit
b20bf52434
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkdir -p "${1}"
|
mkdir -p "apps/${1}"
|
||||||
|
|
||||||
cat << EOT > "${1}/Chart.yaml"
|
cat << EOT > "apps/${1}/Chart.yaml"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: CHANGEME
|
name: CHANGEME
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
@ -12,4 +12,4 @@ dependencies:
|
|||||||
repository: CHANGEME
|
repository: CHANGEME
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
touch "${1}/values.yaml"
|
touch "apps/${1}/values.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user