Add Istio to vm and pod11 sites
[icn.git] / tools / vagrant / destroy.rb
index 8328c68..d6915b0 100755 (executable)
@@ -6,7 +6,7 @@ site = ENV['ICN_SITE'] || 'vm'
 Dir.chdir(File.join(__dir__, '../../'))
 system('vagrant destroy -f jump')
 
-Dir.glob("deploy/site/#{site}/*.yaml") do |file|
+Dir.glob("deploy/site/#{site}/deployment/*.yaml") do |file|
   YAML.load_stream(File.read(file)) do |document|
     values = document.fetch('spec', {}).fetch('values', {})
     next if values['machineName'].nil? || values['bootMACAddress'].nil?