summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/configmap.yaml
blob: 2537e477eaffde0367e2a90f2c7c605e37111566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018, 2020 AT&T Intellectual Property
#
# 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.

apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ include "common.fullname" . }}-db-configmap
  namespace: {{ include "common.namespace" . }}
  labels:
    app: {{ include "common.name" . }}
    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
    release: {{ include "common.release" . }}
    heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/config/db.sh").AsConfig . | indent 2 }}
rl>https://jira.onap.org/</url> </issueManagement> <scm> <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url> <tag>HEAD</tag> </scm> <ciManagement> <system>Jenkins</system> <url>https://jenkins.onap.org/</url> </ciManagement> <distributionManagement> <site> <id>sdnc-javadoc</id> <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> </site> </distributionManagement> <profiles> <profile> <id>blackduck</id> <activation> <property> <name>blackduck-scan</name> </property> </activation> <build> <plugins> <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> <version>1.4.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> <outputDirectory>${project.basedir}</outputDirectory> </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> <goals> <goal>createHubOutput</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>docker</id> <modules> <module>installation</module> </modules> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> <skipTests>false</skipTests> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>https://${onap.nexus.host}</nexusUrl> <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> <serverId>${onap.nexus.staging.server-id}</serverId> </configuration> </plugin> </plugins> </build> <modules> <module>admportal</module> <module>dgbuilder</module> <module>platform-logic</module> </modules> <organization> <name>AT&amp;T</name> </organization> <version>1.2.0-SNAPSHOT</version> </project>