File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ keywords:
66- confidential-computing
77- confidential-containers
88name : sandboxed-containers
9- version : 0.0.1
9+ version : 0.2.0
Original file line number Diff line number Diff line change 11# sandboxed-containers
22
3- ![ Version: 0.0.1 ] ( https://img.shields.io/badge/Version-0.0.1 -informational?style=flat-square )
3+ ![ Version: 0.2.0 ] ( https://img.shields.io/badge/Version-0.2.0 -informational?style=flat-square )
44
55A Helm chart to provide an opinionated deployment of Sandboxed Containers in a validated pattern
66
@@ -23,8 +23,6 @@ Along side this is a small number of imperative jobs which can be seen in the co
2323| global.clusterPlatform | string | ` "" ` | |
2424| global.secretStore.backend | string | ` "" ` | |
2525| sandbox.sshKey | string | ` "secret/data/global/sshKey" ` | |
26- | secretStore.kind | string | ` "" ` | |
27- | secretStore.name | string | ` "" ` | |
2826
2927----------------------------------------------
3028Autogenerated from chart metadata using [ helm-docs v1.14.2] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
Original file line number Diff line number Diff line change 1- {{- if and (ne .Values.global.secretStore.backend "none") (eq .Values.global.clusterPlatform "Azure") }}
1+ {{- if and (dig "coco" "enableSSHDebug" false .Values.global) ( ne ( .Values.global.secretStore.backend | default "none") "none") (eq ( .Values.global.clusterPlatform | default "") "Azure") }}
22---
33apiVersion : " external-secrets.io/v1beta1"
44kind : ExternalSecret
1919 dataFrom :
2020 - extract :
2121 key : {{ .Values.sandbox.sshKey }}
22- {{- end }}
22+ {{- end }}
Original file line number Diff line number Diff line change 44
55# Global values used by this chart (overridden by values-global.yaml)
66global :
7- clusterPlatform : " " # Cluster platform: "Azure" or "AWS"
7+ clusterPlatform : " "
88 secretStore :
9- # Secret store backend, typically overridden by values-global.yaml
109 backend : " "
1110
12- # Secret store configuration (overridden by values-global.yaml)
13- secretStore :
14- name : " "
15- kind : " "
16-
1711# Sandbox-specific configuration
1812sandbox :
1913 sshKey : secret/data/global/sshKey
20- # These variables today limit to one cluster
21- # revise using imperative framework to infer from cluster vars
22- # Strongly advised to override in values-global.yaml or values-{cluster-group}.yaml
You can’t perform that action at this time.
0 commit comments