Skip to content

Commit

Permalink
[skip travis] updates to last commit
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Mordant <[email protected]>
  • Loading branch information
Tcharl committed Mar 3, 2024
1 parent 55d2e17 commit c04d07e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- host: master.osgiliath.test
mountpoints:
- remote: /var/nfs
local: /net
csi_mount: Yes
insecure: True

Expand Down
3 changes: 2 additions & 1 deletion molecule/default/tests/test_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def test_nfs_provisioner_helm_chart_created(host):


def test_nfs_provisioner_pod_is_running(host):
command = """kubectl get po -n nfs-subdir-provisioner | \
command = """sleep 10 & \
kubectl get po -n nfs-subdir-provisioner | \
grep nfs-subdir | \
grep -c 'Running'"""
with host.sudo():
Expand Down
1 change: 0 additions & 1 deletion molecule/kvm/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- host: master.osgiliath.test
mountpoints:
- remote: /var/nfs
local: /net
insecure: True
csi_mount: Yes

Expand Down
1 change: 0 additions & 1 deletion molecule/parallels/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- host: master.osgiliath.test
mountpoints:
- remote: /var/nfs
local: /net
csi_mount: Yes
insecure: True
# kube_alt_names:
Expand Down

0 comments on commit c04d07e

Please sign in to comment.