Installation (Helm)

In this section we go over the required steps to install the Anexia CCM via Helm.

Prerequisites

In order for the CCM to access the Anexia REST API you can obtain an access token from your profile.

Helm Install

The CCM is deployed together with a cloud provider config.yaml. This config.yaml holds Anexia specific configuration i.E your customer id and the access token. So your values file for the helm release should at least fill the providerConfig field.

providerConfig:
    customerPrefix: "<YOUR_CUSTOMER_ID>"
    anexiaToken: "<YOUR_ANEXIA_ACCESS_TOKEN>"

After creating this values file you can install the helm chart as ususal.

helm install anexia-ccm ./chart --values <PATH_TO_YOUR_VALUES_FILE>