Skip to content

Commit

Permalink
added statefulset to datadog add-on Signed-off-by: Taetso <taetsomj@g…
Browse files Browse the repository at this point in the history
…mail.com>

Signed-off-by: Taetso <[email protected]>
  • Loading branch information
madibaT committed Oct 22, 2024
1 parent ac9a1ab commit afacf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/addons/datadog/definitions/datadog.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "strings"
labels: {}
description: "Add required env vars, annotations and host volume mount for datadog instrumentation"
attributes: {
appliesToWorkloads: ["deployments.apps","cronjobs.batch"]
appliesToWorkloads: ["deployments.apps","cronjobs.batch","statefulsets.apps"]
podDisruptive: true
}
}
Expand Down
2 changes: 1 addition & 1 deletion experimental/addons/datadog/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: datadog
version: 0.0.5
version: 0.0.6
system:
vela: ">=v1.9.0"
description: Sets up the annotations and environment variables to assist a webservice or cron-task component to have correct collection of logs and apm stats by a datadog agent installed on the host nodes.
Expand Down

0 comments on commit afacf7f

Please sign in to comment.