Skip to content

Commit

Permalink
Fix network for smb-volume-service
Browse files Browse the repository at this point in the history
[Bug Fixes]

* Fix network stanza to validate yaml syntax for smb-volume-service
  feature
  • Loading branch information
ahartpence authored and dennisjbell committed Apr 25, 2022
1 parent aff0dd8 commit 9cd3e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion overlay/addons/smb-volume-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
instance_groups:
- name: smb-broker-push
networks: ((cf_runtime_network))
networks:
- ((replace))
- name: ((cf_runtime_network))
azs: (( grab meta.azs ))

0 comments on commit 9cd3e90

Please sign in to comment.