Skip to content

Commit

Permalink
removing namespace scope settings property
Browse files Browse the repository at this point in the history
  • Loading branch information
deeksha345 committed Jan 31, 2022
1 parent d7f488b commit 00900af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"clusterScopeSettings": {
"allowMultipleInstances": true,
"defaultReleaseNamespace": "kube-system"
},
"namespaceScopeSettings": {}
}
}
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"clusterScopeSettings": {
"allowMultipleInstances": true,
"defaultReleaseNamespace": "kube-system"
},
"namespaceScopeSettings": {}
}
}
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"clusterScopeSettings": {
"allowMultipleInstances": true,
"defaultReleaseNamespace": "kube-system"
},
"namespaceScopeSettings": {}
}
}
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@
"clusterScopeSettings": {
"description": "Scope settings",
"$ref": "#/definitions/ClusterScopeSettings"
},
"namespaceScopeSettings": {
"description": "Scope settings",
"$ref": "#/definitions/NamespaceScopeSettings"
}
}
},
Expand All @@ -351,11 +347,6 @@
"description": "Default extension release namespace"
}
}
},
"NamespaceScopeSettings": {
"type": "object",
"description": "Extension scope settings",
"properties": {}
}
},
"parameters": {
Expand Down

0 comments on commit 00900af

Please sign in to comment.