Merge "[DCAEGEN2] Fix OpenAPI schemas path"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 10 Jun 2021 19:57:55 +0000 (19:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 10 Jun 2021 19:57:55 +0000 (19:57 +0000)
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