Skip to content

Commit

Permalink
k8s-extension azuredefender namespace to mdc (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Bsingh16 <33008256+bavneetsingh16@users.noreply.github.com>
  • Loading branch information
nishabat and bavneetsingh16 authored Jul 27, 2022
1 parent 4c74d01 commit a90a55b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a90a55b

Please sign in to comment.