Skip to content

Commit

Permalink
removed XrayAdotAddOn (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamprakkie authored Oct 8, 2023
1 parent 3123c85 commit 5960e95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default class GrafanaOperatorConstruct {
Reflect.defineMetadata("ordered", true, blueprints.addons.GrafanaOperatorAddon); //sets metadata ordered to true for GrafanaOperatorAddon

const addOns: Array<blueprints.ClusterAddOn> = [
new blueprints.addons.XrayAdotAddOn(),
new blueprints.addons.ClusterAutoScalerAddOn(),
new blueprints.addons.SecretsStoreAddOn(),
new blueprints.addons.ExternalsSecretsAddOn(),
Expand Down

0 comments on commit 5960e95

Please sign in to comment.