DodoApp: Filter domains

Change-Id: I475f6b6c9d00ccc0214c54f22c6c8fd428cd996d
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml
index d63326d..f94202b 100644
--- a/charts/dodo-app/templates/install.yaml
+++ b/charts/dodo-app/templates/install.yaml
@@ -127,6 +127,7 @@
         - --app-admin-key={{ .Values.appAdminKey }}
         - --git-repo-public-key={{ .Values.gitRepoPublicKey }}
         - --db=/dodo-app/db/apps.db
+        - --networks={{ .Values.allowedNetworks }}
         volumeMounts:
         - name: ssh-key
           readOnly: true