1
0

Updated API Version & Added selector.

(cherry picked from commit 39c5918764)
This commit is contained in:
TJ Zimmerman
2019-09-30 22:15:10 -07:00
committed by kmova
parent 6de5a564d1
commit 186baf29e3

View File

@@ -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: