Skip to content

Commit

Permalink
let the browser handle newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Oct 7, 2022
1 parent f4b864b commit 1963583
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/add-PR-comment-for-deploy-to-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ make pull-infractl-from-dev-server
bin/infractl -k -e localhost:8443 whoami
\`\`\`
:warning: ***Any clusters that you start using your dev infra instance should have a lifespan shorter
then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance
ceases to exist when the development cluster is deleted.*** :warning:
:warning: ***Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted.*** :warning:
### Further Development
:coffee: If you make changes, you can commit and push and CI will take care of updating the development cluster.
:rocket: If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}),
you can get a faster update with:
:rocket: If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:
\`\`\`
make local-data-dev-cycle
Expand Down

0 comments on commit 1963583

Please sign in to comment.