Skip to content

Commit

Permalink
Molecule override cmd (operator-framework#1131)
Browse files Browse the repository at this point in the history
* use new override_command option

* Update tests

(cherry picked from commit 9afbe83)
  • Loading branch information
fabianvf committed Mar 1, 2019
1 parent 6a2b092 commit fff3982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scaffold/ansible/molecule_default_molecule.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down
1 change: 1 addition & 0 deletions pkg/scaffold/ansible/molecule_test_local_molecule.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down
1 change: 1 addition & 0 deletions test/ansible-memcached/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platforms:
- k8s
image: bsycorp/kind:latest-1.12
privileged: True
override_command: no
exposed_ports:
- 8443/tcp
- 10080/tcp
Expand Down

0 comments on commit fff3982

Please sign in to comment.