rancher-partner-charts/charts/dynatrace/dynatrace-operator/0.14.1
Adam Pickering 5be02706cb
Migrate charts directory (vendors starting with D-E) (#1043)
2024-07-08 16:54:00 -06:00
..
templates Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
.helmignore Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
Chart.yaml Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
README.md Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
app-readme.md Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
logo.png Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
questions.yml Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00
values.yaml Migrate charts directory (vendors starting with D-E) (#1043) 2024-07-08 16:54:00 -06:00

README.md

Dynatrace Operator Helm Chart

The Dynatrace Operator supports rollout and lifecycle of various Dynatrace components in Kubernetes and OpenShift.

This Helm Chart requires Helm 3.

Quick Start

Migration instructions can be found in the official help page.

Install the Dynatrace Operator via Helm by running the following commands.

Installation

For instructions on how to install the dynatrace-operator on Openshift, head to the official help page

Add dynatrace helm repository:

helm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/dynatrace-operator/main/config/helm/repos/stable

Install dynatrace-operator helm chart and create the corresponding dynatrace namespace:

helm install dynatrace-operator dynatrace/dynatrace-operator -n dynatrace --create-namespace --atomic

Uninstall chart

Full instructions can be found in the official help page

Uninstall the Dynatrace Operator by running the following command:

helm uninstall dynatrace-operator -n dynatrace