Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Addon] add statefulset to datadog and keyvault #765

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading