You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/08 16:30:31 UTC

[GitHub] [beam] fernando-wizeline commented on a change in pull request #15663: [BEAM-10913] - Forcing update of YAML file by running kubectl apply

fernando-wizeline commented on a change in pull request #15663:
URL: https://github.com/apache/beam/pull/15663#discussion_r725152413



##########
File path: .test-infra/metrics/build.gradle
##########
@@ -97,6 +97,11 @@ task deploy {
         commandLine './build_and_publish_containers.sh', 'true', "${project.lastCommitId}"
       }
 
+      exec {
+        executable 'sh'
+        args '-c', 'kubectl apply --dry-run=true -f kubernetes/beamgrafana-deploy.yaml'

Review comment:
       > Why is `--dry-run=true` set?
   
   Thanks for the heads up @ibzib!
   Just removed the flag from there to persist the configuration.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org