Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 615 Bytes

FADI Helm scripts

This folder contains the installation scripts for FADI.

See the FADI helm chart for more information.

Using a custom Helm chart

To use a custom Helm chart:

  • copy the FADI helm chart in this folder

  • modify it to your needs

  • 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}