-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DT-1072] Make minor updates to DEVNOTES.md #2744
Conversation
@@ -18,18 +18,21 @@ environment by looking at the deployed configs in https://duos-k8s.dsde-{%ENV%}. | |||
`dev`. Certain features are available only in specific environments. Setting the `env` value to the desired environment | |||
will simulate it for local development. The installation steps outlined in this step can also be completed using the | |||
[render-configs.sh](scripts/render-configs.sh) script which can generate all required files for local development. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These additional spaces are added because not all markdown parsers recognize the triple backticks directly after a string.
```shell | ||
gcloud container clusters get-credentials --zone us-central1-a --project <project> terra-dev | ||
gcloud container clusters get-credentials --zone us-central1-a --project broad-dsde-dev terra-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the main change, we mention downloading the cert files from the dev project, so this is specified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that you can run render-configs and it will pick up on that project by default - I happened to also make a round of changes to the devnotes in this PR, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll close this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Addresses
https://broadworkbench.atlassian.net/browse/DT-1072
Summary
Fallout from DT-1072 when I was trying to update my local certificates. Updates the documentation to be more specific.
Have you read Terra's Contributing Guide lately? If not, do that first.