forked from RemoteSync/librnms-helm-charts
Add helm chart
This commit is contained in:
2
charts/librenms/files/custom.php
Normal file
2
charts/librenms/files/custom.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
{{.Values.librenms.configuration}}
|
1
charts/librenms/files/env
Normal file
1
charts/librenms/files/env
Normal file
@@ -0,0 +1 @@
|
||||
APP_KEY={{.Values.librenms.appkey}}
|
7
charts/librenms/files/init.sh
Normal file
7
charts/librenms/files/init.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
TARGET="/data/env-volume/env"
|
||||
echo "Target: $TARGET"
|
||||
cp /data/files/env $TARGET
|
||||
echo -e "\nNODE_ID=`hostname`" >> $TARGET
|
||||
|
||||
cat $TARGET
|
Reference in New Issue
Block a user