20 Feb 2024 09:42 AM - last edited on 26 Feb 2024 09:50 AM by MaciejNeumann
Hi Folks,
Previously I saw a community post about this topic but I have not found it.
Can anybody share it again?
Best regards,
Mizső
Solved! Go to Solution.
20 Feb 2024 10:55 AM
The name can be set in the metadata of the DynaKube custom resource:
apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
name: my-name
namespace: dynatrace
...
The first ActiveGate pod will then be named like this: my-name-activegate-0
But be aware, that your secrets (API Token and PaaS Token), should also be named like that, or you need to pass the actual name into the cr.yaml tokens field.
20 Feb 2024 11:04 AM
Hi @PacoPorro,
Thanks for your switf response.
Best regards,
Mizső