Skip to content

Commit

Permalink
Merge pull request #4241 from GoogleCloudPlatform/master-readme-changes
Browse files Browse the repository at this point in the history
Update README.md for 2.0.8 upgrade instructions
  • Loading branch information
moschetti authored Oct 26, 2021
2 parents 3337654 + d4053fa commit b01e565
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,6 @@ The following secrets which were in earlier versions are no longer being used as
These secrets can be deleted from your deployment with the following steps. However, make sure you have a record of them handy before deleting, as these need to be updated in the Study Builder interface when [managing the apps](#manage-apps-in-the-study-builder)
1. Update your repository with the latest changes from release 2.0.8 or greater, create a new working branch and make the following changes:
1. In the `deployment/terraform/kubernetes/main.tf` file, find the section `# Data sources from Secret Manager` and remove the following lines:
- `manual-android-bundle-id`
- `manual-android-server-key`
- `manual-ios-bundle-id`
- `manual-ios-certificate`
- `manual-ios-certificate-password`
- `manual-mobile-app-appid`
1. In the file `deployment/terraform/{prefix}-{env}-secret/main.tf`, remove the following resources:
- ```
resource "google_secret_manager_secret" "manual_mobile_app_appid" {
Expand Down

0 comments on commit b01e565

Please sign in to comment.