0 configs detected #441
-
I have a "generic" question. I think I have everything set up correctly, but my monaco deployment does not detect any configurations. I am trying to deploy a simple SLO. This is my folder structure:
envrionments.yaml
slo.yaml
randomapp.json
I am executing monaco from the root "dynatrace" folder, using the below command:
And I receive the following output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The problem is in |
Beta Was this translation helpful? Give feedback.
The problem is in
-p="slo"
. With-p
you can specify a project, but not configuration type.slo
is just a configuration type defined inapplications
project.