Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
OSDU Data Platform
System
Partition
Commits
63ff3a05
Commit
63ff3a05
authored
2 years ago
by
Nastassia Rabeichykava (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-5000: delete nip.io config
parent
f09ac4d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!229
Merge branch 'dependency-upgrade' into 'master'
,
!185
GONRG-5000: delete nip.io config
Pipeline
#109612
passed with warnings
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/gcp/configmap/templates/partition-bootstrap-configmap.yml
+1
-1
1 addition, 1 deletion
...gcp/configmap/templates/partition-bootstrap-configmap.yml
devops/gcp/configmap/values.yaml
+0
-1
0 additions, 1 deletion
devops/gcp/configmap/values.yaml
with
1 addition
and
2 deletions
devops/gcp/configmap/templates/partition-bootstrap-configmap.yml
+
1
−
1
View file @
63ff3a05
...
...
@@ -10,7 +10,7 @@ data:
PROJECT_ID
:
"
{{
.Values.data.projectId
}}"
DATA_PARTITION_ID
:
"
{{
.Values.data.dataPartitionId
}}"
{{
- if .Values.conf.onPremEnabled
}}
DOMAIN
:
"
{{
-
default
(printf
"
%
s.%s" ((index (lookup "v1" "Service" .Values.data.istioNamespace "istio-ingressgateway").status.loadBalancer.ingress 0).ip) "nip.io")
.Values.data.domain
-
}}"
DOMAIN
:
"
{{
.Values.data.domain
}}"
ENVIRONMENT
:
"
{{
.Values.data.environment
}}"
CLIENT_ID
:
"
{{
.Values.data.clientId
}}"
{{
- else
}}
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/configmap/values.yaml
+
0
−
1
View file @
63ff3a05
...
...
@@ -13,7 +13,6 @@ data:
datafierSa
:
"
datafier"
# bootstrap variables onprem
domain
:
"
"
istioNamespace
:
"
istio-ingress"
environment
:
"
"
clientId
:
"
datafier"
conf
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment