Stephen KittandDaniel Farrell 74b4a9d0bb Remove the standalone Submariner chart
This was deprecated in favour of the operator-based chart. This only
removes the Submariner chart, the broker chart will be addressed
separately.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2021-03-30 13:01:39 -05:00
2021-02-02 08:49:25 -06:00
2020-10-21 11:06:52 -04:00
2019-09-05 14:12:53 +03:00
2020-11-06 07:56:55 +01:00
2021-03-10 16:41:48 +02:00
2020-12-17 15:44:34 +01:00
2020-11-13 16:49:13 -05:00
2020-12-17 15:44:34 +01:00
2019-03-11 22:06:52 -07:00
2020-12-09 13:07:07 -05:00

submariner-charts

Please see the Helm docs on Submariner's website.

Development workflow

Prerequisites

Create a fork and checkout

Create a fork of the original repository, clone it locally and checkout a new branch from master.

Example:

git clone https://github.com/myuser/submariner-charts.git
cd submariner-charts
git checkout -b new-feature

Now you can modify the Helm charts according to your needs.

Use the modified charts

Locally-modified charts can be installed using helm install, referring to the local path; for example:

helm install submariner-k8s-broker ./submariner-k8s-broker ...

In the base directory of this repository, a local deployment using the local charts can be obtained by running the following command:

make deploy

This will start two kind clusters and deploy Submariner using the Broker and Operator charts.

make e2e

will run the end-to-end test suite used to validate that Submariner is working correctly.

S
Description
No description provided
Readme
10 MiB
Languages
Shell 47.9%
Go Template 19.2%
Makefile 19%
Go 13.9%