Skip to content

Commit a8fb158

Browse files
fix: add support for root modules and debug support (#12)
* feat: update peerpod-cm policy to allow adjustment of the root volume Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: add CUSTOM_CLOUD_INIT_MODULES when SSH debug enabled * fix: bump versions Signed-off-by: Chris Butler <chris.butler@redhat.com> --------- Signed-off-by: Chris Butler <chris.butler@redhat.com> Co-authored-by: Beraldo Leal <bleal@redhat.com>
1 parent 7630a10 commit a8fb158

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ keywords:
66
- confidential-computing
77
- confidential-containers
88
name: sandboxed-policies
9-
version: 0.0.4
9+
version: 0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sandboxed-policies
22

3-
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square)
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
44

55
A Helm chart to build and push polcies to support sandboxed containers into the spoke cluster of a validated pattern.
66

templates/peer-pods-cm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ spec:
3535
AZURE_SUBNET_ID: '/subscriptions/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).subscriptionId }}` }}/resourceGroups/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).vnetResourceGroup }}` }}/providers/Microsoft.Network/virtualNetworks/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).vnetName }}` }}/subnets/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).subnetName }}` }}'
3636
AZURE_NSG_ID: '/subscriptions/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).subscriptionId }}` }}/resourceGroups/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).resourceGroup }}` }}/providers/Microsoft.Network/networkSecurityGroups/{{ `{{ (fromJson (fromConfigMap "openshift-cloud-controller-manager" "cloud-conf" "cloud.conf" | toLiteral)).securityGroupName }}` }}'
3737
DISABLECVM: "false"
38+
{{- if .Values.global.coco.enableSSHDebug }}
39+
CUSTOM_CLOUD_INIT_MODULES: "no"
40+
{{- end }}
3841
PROXY_TIMEOUT: "15m"
3942
TAGS: '{{ .Values.global.coco.azure.tags }}'
4043
PEERPODS_LIMIT_PER_NODE: "10"

0 commit comments

Comments
 (0)