Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMined/PySyft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3c043efe41aad6794f593821b8c1bbd37db1f7e
Choose a base ref
..
head repository: OpenMined/PySyft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eee0fc1502ed598b385af2389d8709983c133b58
Choose a head ref
Showing with 8 additions and 1 deletion.
  1. +8 −1 packages/grid/helm/syft/templates/rathole/rathole-configmap.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,13 @@ metadata:
{{- include "common.labels" . | nindent 4 }}
app.kubernetes.io/component: rathole
data:
myserver.toml: |
{{- if eq .Values.rathole.mode "server" }}
server.toml: |
[server]
bind_addr = "0.0.0.0:2333"
{{- end }}

{{- if eq .Values.rathole.mode "client" }}
client.toml: |
[client]
remote_addr = ""