[DCAEGEN2] Fix OpenAPI schemas path 88/121788/2
authorMichal Banka <michal.banka@nokia.com>
Thu, 10 Jun 2021 07:34:53 +0000 (09:34 +0200)
committerMichal Banka <michal.banka@nokia.com>
Thu, 10 Jun 2021 07:38:04 +0000 (09:38 +0200)
Fixed typo in path to resources where schemas are located

Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: I41d938b8211bd0fcd3a1012161c6a7d03da56029
Issue-ID: DCAEGEN2-2690

kubernetes/dcaegen2-services/templates/configmap.yaml

index 32451cd..92662a2 100644 (file)
@@ -40,4 +40,4 @@ metadata:
   name: {{ include "common.release" . }}-dcae-external-repo-configmap-sa91-rel16
   namespace: {{ include "common.namespace" . }}
 data:
-{{ (.Files.Glob "resources/external/schema/sa91-rel16/*").AsConfig | indent 2 }}
\ No newline at end of file
+{{ (.Files.Glob "resources/external/schemas/sa91-rel16/*").AsConfig | indent 2 }}
\ No newline at end of file