This folder contains the installation scripts for FADI.
See the FADI helm chart for more information.
To use a custom Helm chart:
-
copy the FADI helm chart in this folder
-
modify it to your needs
-
adapt
deploy.sh
andteardown.sh
:helm upgrade --install ${NAMESPACE} cetic/fadi -f ./values.yaml --namespace ${NAMESPACE}
should become
helm upgrade --install ${NAMESPACE} . -f ./values.yaml --namespace ${NAMESPACE}