chronos-umbrella: releasing 0.1.0

Change-Id: I8eefbfac0322fd2a1d7fc7aa9fa00cae562bbc90
diff --git a/aether-enterprise-portal/templates/deployment.yaml b/aether-enterprise-portal/templates/deployment.yaml
index 36c0d5b..cf88e74 100644
--- a/aether-enterprise-portal/templates/deployment.yaml
+++ b/aether-enterprise-portal/templates/deployment.yaml
@@ -46,6 +46,11 @@
                   fieldPath: metadata.namespace
             - name: OPENIDCISSUER
               value: {{ .Values.openidc.issuer }}
+            - name: ONFLOGIN
+              valueFrom:
+                secretKeyRef:
+                  name: aether-enterprise-portal-api
+                  key: credentials
           stdin : true
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
@@ -70,7 +75,6 @@
             - name: secret
               mountPath: /usr/share/certs
               readOnly: true
-
       volumes:
         - name: config
           configMap: