FADI - Ingest, store and analyse big data flows
This folder contains the installation scripts for FADI.
See the FADI helm chart for more information.
To use a custom Helm chart:
adapt deploy.sh
and teardown.sh
:
helm upgrade --install ${NAMESPACE} cetic/fadi -f ./values.yaml --namespace ${NAMESPACE}
should become
helm upgrade --install ${NAMESPACE} . -f ./values.yaml --namespace ${NAMESPACE}