Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU Software
OSDU Data Platform
System
Storage
Merge requests
!877
fix: use correct name for baremetal spring profile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
fix: use correct name for baremetal spring profile
fix-core-helm-chart
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Closed
Aliaksandr Ramanovich (EPAM)
requested to merge
fix-core-helm-chart
into
master
9 months ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
Fix core helm chart: use correct spring profile name in configmap
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4118311c
1 commit,
9 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
devops/core-plus/deploy/templates/configmap.yaml
+
1
−
1
Options
@@ -13,7 +13,7 @@ data:
LOG_LEVEL
:
{{
.Values.data.logLevel | quote
}}
PARTITION_HOST
:
{{
.Values.data.partitionHost | quote
}}
STORAGE_SERVICE_ACCOUNT_EMAIL
:
{{
.Values.data.storageServiceAccountEmail | quote
}}
SPRING_PROFILES_ACTIVE
:
"
antos"
SPRING_PROFILES_ACTIVE
:
"
ant
h
os"
OPA_ENABLED
:
{{
.Values.data.opaEnabled | quote
}}
OPA_ENDPOINT
:
{{
.Values.data.opaEndpoint | quote
}}
{{
- if .Values.data.redisStorageHost
}}
Loading