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 #1090 from geerlingguy/nfs-client-consistency
Browse files Browse the repository at this point in the history
Make nfs-client ARM deployment consistent with regular deployment.
  • Loading branch information
k8s-ci-robot committed Feb 12, 2019
2 parents e2ca61a + cf05bca commit dca6c41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions nfs-client/deploy/deployment-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
labels:
app: nfs-client-provisioner
spec:
serviceAccount: nfs-client-provisioner
serviceAccountName: nfs-client-provisioner
containers:
- name: nfs-client-provisioner
image: quay.io/external_storage/nfs-client-provisioner-arm:latest
Expand All @@ -27,11 +27,11 @@ spec:
- name: PROVISIONER_NAME
value: fuseim.pri/ifs
- name: NFS_SERVER
value: 192.168.1.20
value: 10.10.10.60
- name: NFS_PATH
value: /mnt/kube_nfs
value: /ifs/kubernetes
volumes:
- name: nfs-client-root
nfs:
server: 192.168.1.20
path: /mnt/kube_nfs
server: 10.10.10.60
path: /ifs/kubernetes
10 changes: 5 additions & 5 deletions nfs-client/deploy/objects/deployment-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
labels:
app: nfs-client-provisioner
spec:
serviceAccount: nfs-client-provisioner
serviceAccountName: nfs-client-provisioner
containers:
- name: nfs-client-provisioner
image: quay.io/external_storage/nfs-client-provisioner-arm:latest
Expand All @@ -22,11 +22,11 @@ spec:
- name: PROVISIONER_NAME
value: fuseim.pri/ifs
- name: NFS_SERVER
value: 192.168.1.20
value: 10.10.10.60
- name: NFS_PATH
value: /mnt/kube_nfs
value: /ifs/kubernetes
volumes:
- name: nfs-client-root
nfs:
server: 192.168.1.20
path: /mnt/kube_nfs
server: 10.10.10.60
path: /ifs/kubernetes

0 comments on commit dca6c41

Please sign in to comment.