We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a1b5e3 + fff0ae5 commit 66e0cd0Copy full SHA for 66e0cd0
pkg/resources/citadel/mtls.go
@@ -17,8 +17,9 @@ limitations under the License.
17
package citadel
18
19
import (
20
- "github.com/banzaicloud/istio-operator/pkg/k8sutil"
21
"k8s.io/apimachinery/pkg/runtime/schema"
+
22
+ "github.com/banzaicloud/istio-operator/pkg/k8sutil"
23
)
24
25
// mTLS returns a map to configure the default MeshPolicy
@@ -42,9 +43,8 @@ func (r *Reconciler) meshPolicy() *k8sutil.DynamicObject {
42
43
Version: "v1alpha1",
44
Resource: "meshpolicies",
45
},
- Kind: "MeshPolicy",
46
- Name: "default",
47
- Namespace: r.Config.Namespace,
+ Kind: "MeshPolicy",
+ Name: "default",
48
Labels: map[string]string{
49
"app": "istio-security",
50
0 commit comments