Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Merged
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 @@ -32,7 +32,7 @@ def Create(self, cmd, client, resource_group_name, cluster_name, name, cluster_t
# Hardcoding name, release_namespace and scope since ci only supports one instance and cluster scope
# and platform doesn't have support yet extension specific constraints like this
name = extension_type.lower()
release_namespace = "azuredefender"
release_namespace = "mdc"
# Scope is always cluster
scope_cluster = ScopeCluster(release_namespace=release_namespace)
ext_scope = Scope(cluster=scope_cluster, namespace=None)
Expand Down