Skip to content

Commit

Permalink
added statefulset to datadog and azure-kv-csi add-on
Browse files Browse the repository at this point in the history
Signed-off-by: Taetso <[email protected]>
  • Loading branch information
madibaT committed Oct 22, 2024
1 parent 89e623f commit 89d23d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "strings"
labels: {}
description: "Add filesystem-mounted values from Azure KeyVault, using Azure key vault provider for secrets store csi driver which must be installed separately, see https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/getting-started/installation/"
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/azure-keyvault-csi/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: azure-keyvault-csi
version: 0.0.6
version: 0.0.7
system:
vela: ">=v1.6.0"
description: Trait providing access to Azure Keyvault values via csi driver
Expand Down
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 89d23d6

Please sign in to comment.