30 Mar 2023 12:47 PM
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.
30 Mar 2023 12:54 PM - edited 30 Mar 2023 01:03 PM
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à:
30 Mar 2023 01:17 PM
Doesn't this also change it for the whole DynaKube object so also for the agents and such?
30 Mar 2023 02:37 PM
no changes for the agents:
30 Mar 2023 02:39 PM
Awesome, thanks!