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
* feat: initial drop
Signed-off-by: Chris Butler <chris.butler@redhat.com>
* feat: initial drop
Signed-off-by: Chris Butler <chris.butler@redhat.com>
---------
Signed-off-by: Chris Butler <chris.butler@redhat.com>
A Helm chart to serve as the Validated Patterns Template
5
+
A Helm chart to provide an opinionated deployment of Sandboxed Containers in a validated pattern
6
6
7
-
This chart is used to serve as the template for Validated Patterns Charts
7
+
This chart is intended for use with the [coco-pattern](https://github.com/validatedpatterns/coco-pattern) and other validated patterns.
8
+
9
+
It is part of three charts that are intended to be used together:
10
+
1.[trustee](https://github.com/validatedpatterns/trustee-chart) indended to deploy the Key Broker Service (KBS) and related infrastructure.
11
+
1. This should be deployed on an ACM hub cluster
12
+
2.[sandboxed-containers](https://github.com/validatedpatterns/sandboxed-containers-chart) this chart, indended to be deployed on an ACM spoke cluster where there is access to confidential hardware
13
+
3.[sandboxed-policies](https://github.com/validatedpatterns/sandboxed-policies-chart) this chart, indended to be deployed on an ACM hub cluster which pushes polices to the spoke cluster.
14
+
15
+
Along side this is a small number of imperative jobs which can be seen in the coco pattern.
Copy file name to clipboardExpand all lines: README.md.gotmpl
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,16 @@
5
5
6
6
{{ template"chart.description". }}
7
7
8
-
This chart is used to serve as the template for Validated Patterns Charts
8
+
This chart is intended for use with the [coco-pattern](https://github.com/validatedpatterns/coco-pattern) and other validated patterns.
9
+
10
+
It is part of three charts that are intended to be used together:
11
+
1. [trustee](https://github.com/validatedpatterns/trustee-chart) indended to deploy the Key Broker Service (KBS) and related infrastructure.
12
+
1. This should be deployed on an ACM hub cluster
13
+
2. [sandboxed-containers](https://github.com/validatedpatterns/sandboxed-containers-chart) this chart, indended to be deployed on an ACM spoke cluster where there is access to confidential hardware
14
+
3. [sandboxed-policies](https://github.com/validatedpatterns/sandboxed-policies-chart) this chart, indended to be deployed on an ACM hub cluster which pushes polices to the spoke cluster.
15
+
16
+
Along side this is a small number of imperative jobs which can be seen in the coco pattern.
0 commit comments