This repository contains Helm charts with Dynatrace configuration for the crossplane-observability-demo.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add crossplane-observability-demo-dynatrace https://katharinasick.github.io/crossplane-observability-demo-dynatrace
If you had already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages. You
can then run helm search repo crossplane-observability-demo-dynatrace
to see all available charts.
To install e.g. the kubernetes-workload
chart:
helm install dynatrace-kubernetes-workload crossplane-observability-demo-dynatrace/kubernetes-workload
To uninstall the chart:
helm delete dynatrace-kubernetes-workload