Skip to content

Commit e13a616

Browse files
committed
feat: Support HelmAddon strategy for AWS EBS
Also add e2e tests for AWS EBS deployment.
1 parent e31bb3b commit e13a616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- --csi.aws-ebs.helm-addon.default-values-template-configmap-name={{ (index .Values.hooks.csi "aws-ebs").helmAddonStrategy.defaultValueTemplateConfigMap.name }}
3737
- --csi.nutanix.helm-addon.default-values-template-configmap-name={{ (index .Values.hooks.csi "nutanix").helmAddonStrategy.defaultValueTemplateConfigMap.name }}
3838
- --csi.local-path.helm-addon.default-values-template-configmap-name={{ (index .Values.hooks.csi "local-path").helmAddonStrategy.defaultValueTemplateConfigMap.name }}
39+
- --csi.aws-ebs.helm-addon.default-values-template-configmap-name={{ (index .Values.hooks.csi "aws-ebs").helmAddonStrategy.defaultValueTemplateConfigMap.name }}
3940
{{- range $key, $value := .Values.extraArgs }}
4041
- --{{ $key }}={{ $value }}
4142
{{- end }}

0 commit comments

Comments
 (0)