Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

A Helm chart to deploy RegionalDR configuration

This chart is used to serve as the template for Validated Patterns Charts
This chart provides a Regional DR configuration

## Notable changes

v0.1.0 - Initial release

## Values

| Key | Type | Default | Description |
Expand Down
2 changes: 2 additions & 0 deletions templates/submariner_addon_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ spec:
gateways: 1
aws:
instanceType: {{ $.Values.submariner.instanceType }}
{{- if eq $.Values.submariner.cableDriver "libreswan" }}
IPSecNATTPort: {{ $.Values.submariner.ipsecNatPort }}
NATTEnable: {{ $.Values.submariner.NATTEnable }}
{{- end }}
cableDriver: {{ $.Values.submariner.cableDriver }}
credentialsSecret:
name: {{ $cluster.name }}-cluster-aws-creds
Expand Down
Loading