[STK-322] Update readme to resolve any confusions (#9)

* Update readme to resolve any confusions

* Add new heading

* Remove unnecessary deployment commands from readme

* Set watch globally to true for jumbo manifest

* Update chart version to resolve conflicts

* Update readme with deploy with helm
This commit is contained in:
Faizan Ahmad
2018-08-01 11:41:11 +02:00
committed by Rasheed Amir
parent d5c66bc235
commit aa8b415fd4
5 changed files with 33 additions and 25 deletions
@@ -12,4 +12,4 @@ reloader:
name: stakater/reloader
tag: "0.0.6"
pullPolicy: IfNotPresent
watchGlobally: false
watchGlobally: true
+3 -3
View File
@@ -14,7 +14,7 @@ metadata:
name: reloader
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
kind: ClusterRole
metadata:
labels:
app: reloader
@@ -51,7 +51,7 @@ rules:
- patch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
kind: ClusterRoleBinding
metadata:
labels:
app: reloader
@@ -65,7 +65,7 @@ metadata:
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
kind: ClusterRole
name: reloader-role
subjects:
- kind: ServiceAccount
+3 -7
View File
@@ -29,10 +29,6 @@ spec:
spec:
containers:
- env:
- name: KUBERNETES_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: "stakater/reloader:0.0.6"
imagePullPolicy: IfNotPresent
name: reloader
@@ -54,7 +50,7 @@ metadata:
name: reloader
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
kind: ClusterRole
metadata:
labels:
app: reloader
@@ -91,7 +87,7 @@ rules:
- patch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
kind: ClusterRoleBinding
metadata:
labels:
app: reloader
@@ -105,7 +101,7 @@ metadata:
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
kind: ClusterRole
name: reloader-role
subjects:
- kind: ServiceAccount
@@ -12,4 +12,4 @@ reloader:
name: {{ getenv "DOCKER_IMAGE" }}
tag: "{{ getenv "VERSION" }}"
pullPolicy: IfNotPresent
watchGlobally: false
watchGlobally: true