diff options
author | 2022-12-07 15:47:55 +0000 | |
---|---|---|
committer | 2022-12-07 15:47:55 +0000 | |
commit | 5baf1c91590378270d9b01c5406e89f1f80dcfd3 (patch) | |
tree | 87f3ab3a468a034c485f3952c47549956357c2ef /kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml | |
parent | f782dd401e681b5490b5eebd1673f298d485db71 (diff) | |
parent | 9df9ba2e065a88c82932a00075a00a141c174b70 (diff) |
Merge "[DCAEGEN2] Ves-open-api Add mech to load config at deploy time"
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml new file mode 100644 index 0000000000..7253125d50 --- /dev/null +++ b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/templates/configmap.yaml @@ -0,0 +1,20 @@ +{{/* +#============LICENSE_START======================================================== +# ================================================================================ +# Copyright (c) 2022 Nokia. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +*/}} + +{{ include "dcaegen2-services-common.configMap" . }} |