Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 532 Bytes

Azure volumes configuration for Kubernetes deployment

Prerequisites

  • Helm installed
  • Access to an existing AKS cluster

Configure values.yaml file

Open the file team-edition-deploy/k8s/cbte/values.yaml and fill in the following parameters as shown in the example:

cloudProvider: azure
storage:
  type: azurefile
  storageClassName: "azurefile"

Once this is set up, you can deploy Team Edition by following this guide.