Commit a0902d86 authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Deploy to kube-system by default

parent e133baab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: csi-attacher-sa
  namespace: kube-system
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -43,6 +43,7 @@ kind: Service
apiVersion: v1
metadata:
  name: csi-attacher-s3
  namespace: kube-system
  labels:
    app: csi-attacher-s3
spec:
@@ -56,6 +57,7 @@ kind: StatefulSet
apiVersion: apps/v1beta1
metadata:
  name: csi-attacher-s3
  namespace: kube-system
spec:
  serviceName: "csi-attacher-s3"
  replicas: 1
+2 −1
Original line number Diff line number Diff line
---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: csi-s3
  namespace: kube-system
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -42,6 +42,7 @@ kind: DaemonSet
apiVersion: apps/v1beta2
metadata:
  name: csi-s3
  namespace: kube-system
spec:
  selector:
    matchLabels:
+3 −1
Original line number Diff line number Diff line
---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: csi-provisioner-sa
  namespace: kube-system
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -42,6 +42,7 @@ kind: Service
apiVersion: v1
metadata:
  name: csi-provisioner-s3
  namespace: kube-system
  labels:
    app: csi-provisioner-s3
spec:
@@ -55,6 +56,7 @@ kind: StatefulSet
apiVersion: apps/v1beta1
metadata:
  name: csi-provisioner-s3
  namespace: kube-system
spec:
  serviceName: "csi-provisioner-s3"
  replicas: 1