Skip to content

Commit

Permalink
disable telemetry in helm tests (#5336)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Apr 3, 2024
1 parent 677b00c commit 3093e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ jobs:
--set controller.image.tag=${{ github.sha }}
--set controller.service.type=NodePort
--set controller.nginxplus=${{ contains(matrix.type, 'plus') && 'true' || 'false' }}
--set controller.telemetryReporting.enable=false
--wait
working-directory: ${{ github.workspace }}/charts/nginx-ingress

Expand Down

0 comments on commit 3093e5b

Please sign in to comment.