Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bosesuneha authored Aug 13, 2024
2 parents 238555f + ab1a1a7 commit 598b863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/check_windows_helm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ $filesExist=$filesExist -and (Test-Path -Path ./charts/templates/deployment.yaml
echo "$file exists: $filesExist"
$filesExist=$filesExist -and (Test-Path -Path ./charts/templates/service.yaml -PathType Leaf)
echo "$file exists: $filesExist"
$filesExist=$filesExist -and (Test-Path -Path ./charts/templates/namespace.yaml -PathType Leaf)
echo "$file exists: $filesExist"
$filesExist=$filesExist -and (Test-Path -Path ./charts/templates/_helpers.tpl -PathType Leaf)
echo "$file exists: $filesExist"
$filesExist=$filesExist -and (Test-Path -Path ./charts/values.yaml -PathType Leaf)
Expand Down

0 comments on commit 598b863

Please sign in to comment.