Updated API Version & Added selector.
This commit is contained in:
@@ -58,11 +58,14 @@ Next you must edit the provisioner's deployment file to add connection informati
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-client-provisioner
|
name: nfs-client-provisioner
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: nfs-client-provisioner
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user