Skip to content

Commit 4f4133d

Browse files
raks-ttrrajashe
andauthored
Fix dynatrace workload installation (#9129)
* Removing the monitoring-dynatrace applicationset We will continue to handle the dynatracing installation as part of the workload monitoring component. * Add dynatrace to cluster secret config to get access to appsre-stonesoup-vault * Add annotation to avoid having sync option conflict This will ensure the CRD and CR are installed in the right order --------- Co-authored-by: rrajashe <[email protected]>
1 parent 87a3d74 commit 4f4133d

File tree

5 files changed

+4
-50
lines changed

5 files changed

+4
-50
lines changed

argo-cd-apps/base/monitoring-dynatrace/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

argo-cd-apps/base/monitoring-dynatrace/monitoring-dynatrace.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

argo-cd-apps/overlays/konflux-public-staging/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ resources:
99
- ../../base/eaas
1010
- ../../base/monitoring-blackbox
1111
- ../../base/monitoring-registry
12-
- ../../base/monitoring-dynatrace
1312

1413
namespace: konflux-public-staging
1514
patchesStrategicMerge:

components/cluster-secret-store/base/appsre-stonesoup-vault-secret-store.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ spec:
2828
conditions:
2929
- namespaces:
3030
- dora-metrics
31+
- dynatrace
3132
- application-service
3233
- appstudio-workload-monitoring
3334
- group-sync-operator

components/monitoring/logging/staging/base/dynatrace-operator/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ namespace: dynatrace
1111
generatorOptions:
1212
disableNameSuffixHash: true
1313

14+
# https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#skip-dry-run-for-new-custom-resources-types
15+
commonAnnotations:
16+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

0 commit comments

Comments
 (0)