rancher-partner-charts/charts/dynatrace/dynatrace-operator/0.8.1
Samuel Attwood 313642f063 Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
..
generated Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
templates Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
.helmignore Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
Chart.yaml Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
README.md Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
app-readme.md Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
logo.png Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
questions.yml Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04:00
values.yaml Migrating dynatrace config. Adding dynatrace operator. Hiding oneagent-operator 2022-08-29 15:06:58 -04: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/master/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