We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07667e7 commit d2fd564Copy full SHA for d2fd564
charts/capi-runtime-extensions/templates/deployment.yaml
@@ -37,6 +37,8 @@ spec:
37
- --nfd.crs.defaults-namespace={{ .Release.Namespace }}
38
- --nfd.helm-addon.defaults-namespace={{ .Release.Namespace }}
39
- --nfd.helm-addon.default-values-template-configmap-name={{ .Values.hooks.nfd.helmAddonStrategy.defaultValueTemplateConfigMap.name }}
40
+ - --awscpi.defaults-namespace={{ .Release.Namespace }}
41
+ - --awsebs.defaults-namespace={{ .Release.Namespace }}
42
{{- range $key, $value := .Values.extraArgs }}
43
- --{{ $key }}={{ $value }}
44
{{- end }}
0 commit comments