We think it would be good to be able to change the name of the ActiveGate which is deployed automatically via the Dynatrace-Operator. Now when deploying to multiple namespaces you will get an overview like below which is not very clear.
Solved! Go to Solution.
Hi @erik_post you can do it:
apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
name: Put here the ActiveGate NAME you want (alpha, no spaces, _, -)
namespace: dynatrace
just edit the manifest and voilà:
Doesn't this also change it for the whole DynaKube object so also for the agents and such?
no changes for the agents:
Awesome, thanks!