Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1230 from zimmertr/fix_nfs_client_api
Browse files Browse the repository at this point in the history
Updated API Version, Added selector field.
  • Loading branch information
k8s-ci-robot authored Oct 1, 2019
2 parents 450e5d2 + 77df2d6 commit 76918c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion nfs-client/deploy/deployment-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ metadata:
name: nfs-client-provisioner
---
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:
Expand Down
5 changes: 4 additions & 1 deletion nfs-client/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ metadata:
name: nfs-client-provisioner
---
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:
Expand Down

0 comments on commit 76918c2

Please sign in to comment.