SDFAB-177 gui features can be controlled through Helm

Change-Id: I8f4c35a08f21a4abdb7228f59db09c4875abbdfb
diff --git a/aether-roc-gui/templates/deployment.yaml b/aether-roc-gui/templates/deployment.yaml
index cf07343..1eaa906 100644
--- a/aether-roc-gui/templates/deployment.yaml
+++ b/aether-roc-gui/templates/deployment.yaml
@@ -46,6 +46,10 @@
                   fieldPath: metadata.namespace
             - name: OPENIDCISSUER
               value: {{ .Values.openidc.issuer }}
+            - name: FEATUREAETHER
+              value: {{ .Values.feature.aether | quote }}
+            - name: FEATURESDNFABRIC
+              value: {{ .Values.feature.sdnfabric | quote }}
           stdin : true
           resources:
             {{- toYaml .Values.resources | nindent 12 }}