Commit 754d2ca0 authored by Martin Ostrowski's avatar Martin Ostrowski

Move istio-injection label to default namespace

parent a445b2b9
# GENERATED FILE. Use with Kubernetes 1.7+ # GENERATED FILE. Use with Kubernetes 1.7+
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh # TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
#
# Required for Istio as k8s addon.
apiVersion: v1
kind: Namespace
metadata:
name: default
labels:
istio-injection: enabled
addonmanager.kubernetes.io/mode: Reconcile
--
################################ ################################
# Istio system namespace # Istio system namespace
################################ ################################
...@@ -8,7 +18,6 @@ kind: Namespace ...@@ -8,7 +18,6 @@ kind: Namespace
metadata: metadata:
name: istio-system name: istio-system
labels: labels:
istio-injection: enabled
k8s-app: istio k8s-app: istio
addonmanager.kubernetes.io/mode: Reconcile addonmanager.kubernetes.io/mode: Reconcile
--- ---
......
# GENERATED FILE. Use with Kubernetes 1.7+ # GENERATED FILE. Use with Kubernetes 1.7+
# TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh # TO UPDATE, modify files in install/kubernetes/templates and run install/updateVersion.sh
#
# Required for Istio as k8s addon.
apiVersion: v1
kind: Namespace
metadata:
name: default
labels:
istio-injection: enabled
addonmanager.kubernetes.io/mode: Reconcile
---
################################ ################################
# Istio system namespace # Istio system namespace
################################ ################################
...@@ -8,7 +18,6 @@ kind: Namespace ...@@ -8,7 +18,6 @@ kind: Namespace
metadata: metadata:
name: istio-system name: istio-system
labels: labels:
istio-injection: enabled
k8s-app: istio k8s-app: istio
addonmanager.kubernetes.io/mode: Reconcile addonmanager.kubernetes.io/mode: Reconcile
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment