Commit 186baf29 by TJ Zimmerman Committed by kmova

Updated API Version & Added selector.

(cherry picked from commit 39c59187641ad4aa8cd6b816f810b0f2383d02c4)
parent 6de5a564
......@@ -58,11 +58,14 @@ Next you must edit the provisioner's deployment file to add connection informati
```yaml
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: nfs-client-provisioner
spec:
replicas: 1
selector:
matchLabels:
app: nfs-client-provisioner
strategy:
type: Recreate
template:
......
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