Adjusting docs and example

- Removed explicit setting of snapshot flags
- Removed node selector on replicaset to reduce manual steps for users

Signed-off-by: Justin Nauman <justin.r.nauman@gmail.com>
This commit is contained in:
Justin Nauman
2017-08-21 09:47:42 -05:00
parent fc8f27c997
commit d39d6f96fa
2 changed files with 3 additions and 10 deletions

View File

@@ -62,8 +62,6 @@ spec:
- mountPath: "/var/log/nginx"
name: nginx-logs
readOnly: false
nodeSelector:
app: nginx
---
apiVersion: v1