[VOL-5464] - Flags for ONU reboot optimisation changes
Change-Id: I4e03d2f482feb048ce0a0169153c5f8b3b3d104f
Signed-off-by: Sridhar Ravindra <sridhar.ravindra@radisys.com>
diff --git a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
index ee837d2..5fcd5b1 100644
--- a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
+++ b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
@@ -105,7 +105,8 @@
- "--mib_audit_interval={{ .Values.global.mib_audit.interval }}"
- "--alarm_audit_interval={{ .Values.global.alarm_audit.interval }}"
- "--uni_port_mask={{ .Values.adapter_open_onu.uni_port_mask }}"
- - "--skip_onu_config_enabled={{ .Values.global.skip_onu_config.enabled }}"
+ - "--skip_onu_config_enabled={{ .Values.global.skip_onu_config.enabled }}"
+ - "--check_device_tech_prof_on_reboot_enabled={{ .Values.global.check_device_tech_prof_on_reboot.enabled }}"
{{- if .Values.securityContext.enabled }}
securityContext:
allowPrivilegeEscalation: false