You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,6 @@ to complete necessary fields prior to deployment.
12
12
Virtru was founded on the core belief that privacy-preserving data protection is both a fundamental right and a force multiplier for organizations. Our products make it easy to share sensitive data, while you meet compliance, so you can collaborate with confidence and achieve your organizational mission. If you have questions, need support, or require help installing Virtru, please visit our support center.
13
13
[Learn more](https://support.virtru.com/hc/en-us)
14
14
15
+
## Deploying with `mpdev`
16
+
17
+
To deploy to marketplace using Google's `mpdev` tool, first add the necessary secrets and configs to the `parameters` JSON block in `gke-deploy.sh`. Parameters set here can be used to override the default settings in `chart/gateway/values.yaml`. If deploying to production, set `ENVIRONMENT=production` in your local environment. Then run `./gke-deploy.sh` to deploy.
0 commit comments