keptn-sandbox / keptn-on-k3s

Instructions and scripts how to deploy Keptn on K3s
Apache License 2.0
29 stars 23 forks source link

Dynatrace service is deployed within the default namespace #19

Closed checkelmann closed 3 years ago

checkelmann commented 3 years ago

Hi,

the dynatrace service and sli service is getting deployed in this line (https://github.com/keptn-sandbox/keptn-on-k3s/blob/a5b362d9febbc53429ab1fb0b6e7f4a18ba75f0e/install-keptn-on-k3s.sh#L238) to the default namespace instead of the keptn namespace. As there is the dynatrace secret in the keptn namespace, the pods will fail to start.

Have a good one!

checkelmann commented 3 years ago

This seems to be already resolved here https://github.com/keptn-sandbox/keptn-on-k3s/blob/dynatrace-support/install-keptn-on-k3s.sh with apply_manifest_ns_keptn.

Feel free to close the issue