diff options
author | vv770d <vv770d@att.com> | 2020-08-17 22:40:00 +0000 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-08-24 18:39:24 +0000 |
commit | 601e2b0555f6f469066535b686939072a470bb85 (patch) | |
tree | cbc85beabde4ab29a58fea419a7b23b343de4c79 /kubernetes/dcaemod/components/dcaemod-runtime-api/templates | |
parent | 97b84ea492c3e7f194d13056509f815e92c29ec2 (diff) |
[DCAEMOD] Guilin updates for SECCOM and other enhancements
- RuntimeAPI support for DmaapPlugin integration + java11
- Security vulnerability updates for Genprocessor, RuntimeAPI
- OnboardingAPI offline support
Change-Id: I2009a22cc24d7f7446f76e4ada76e22dd252945d
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-1996
Issue-ID: DCAEGEN2-2271
Issue-ID: DCAEGEN2-2272
Issue-ID: DCAEGEN2-2221
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-runtime-api/templates')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml index 5a52e10d6e..ac58c70957 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml @@ -57,11 +57,14 @@ spec: value: {{ .Values.config.importK8S }} - name: ONAP_IMPORT_POLICYPLUGIN value: {{ .Values.config.importPolicy }} - - name: ONAP_INPORT_POSTGRESPLUGIN + - name: ONAP_IMPORT_POSTGRESPLUGIN value: {{ .Values.config.importPostgres }} - name: ONAP_IMPORT_CLAMPPLUGIN value: {{ .Values.config.importClamp }} - name: ONAP_IMPORT_DMAAPPLUGIN value: {{ .Values.config.importDMaaP }} + - name: ONAP_USEDMAAPPLUGIN + value: {{ .Values.config.useDmaapPlugin | quote }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" + |