@@ -227,9 +227,8 @@ dev-local-all: ## Full local dev setup: clean-up, create cluster, install CRDs,
227227 $(MAKE ) crossplane-install
228228 $(MAKE ) crossplane-provider-install
229229 $(MAKE ) helm-provider-sample
230- $(MAKE ) dev-namespace
231- $(MAKE ) dev-secret
232230 $(MAKE ) dev-operator-namespace
231+ $(MAKE ) dev-apply-dynatrace-prod-setup
233232 $(MAKE ) dev-basic-metric
234233 $(MAKE ) dev-managed-metric
235234
@@ -241,14 +240,6 @@ dev-deploy: manifests kustomize dev-build dev-clean kind-cluster kind-load-image
241240
242241# ----------------------------------------------------------------------------------------------
243242# #@ Example Resources
244- .PHONY : dev-secret
245- dev-secret : # # Apply the example secret to the cluster.
246- kubectl apply -f examples/secret.yaml
247-
248- .PHONY : dev-namespace
249- dev-namespace : # # Apply the example namespace to the cluster.
250- kubectl apply -f examples/namespace.yaml
251-
252243.PHONY : dev-operator-namespace
253244dev-operator-namespace : # # Create the operator namespace if it does not exist.
254245 kubectl create namespace metrics-operator-system --dry-run=client -o yaml | kubectl apply -f -
@@ -269,10 +260,6 @@ dev-apply-dynatrace-prod-setup: ## Apply Dynatrace production setup example to t
269260dev-apply-metric-dynatrace-prod : # # Apply metric using Dynatrace production example to the cluster.
270261 kubectl apply -f examples/datasink/metric-using-dynatrace-prod.yaml
271262
272- .PHONY : dev-v1beta1-compmetric
273- dev-v1beta1-compmetric : # # Apply v1beta1 compmetric example to the cluster.
274- kubectl apply -f examples/v1beta1/compmetric.yaml
275-
276263# ----------------------------------------------------------------------------------------------
277264# #@ Helm
278265.PHONY : helm-chart
0 commit comments