dynatrace-perfclinics / platform-engineering-demo

Platform Engineering Demo with a reference IDP including ArgoCD, Backstage, OpenTelemetry, Keptn and Dynatrace
Apache License 2.0
17 stars 34 forks source link

Preconfiguring argo doesn't work #18

Closed agardnerIT closed 6 months ago

agardnerIT commented 6 months ago

We try to preconfigure argo by apply the ConfigMaps and NodePort service before install.

This is done to avoid an argo restart - but these configs are overwritten when argo is installed.

This causes argo to be unavailable: ERR_TOO_MANY_REDIRECTS.

Unfortunately the solution is to move that logic back below the install & restart hte argo server component.

Unfortunate as I'd like to avoid the restart - and we could choose to install a customised version of the Argo Install YAML - but I don't want to diverge from the project provided stable. So we will live with the restart for now.