Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Search
Commits
f10c83a2
Commit
f10c83a2
authored
Mar 31, 2021
by
Alok Joshi
Browse files
change policy var name
parent
82b7d593
Pipeline
#34201
failed with stage
in 28 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
f10c83a2
...
...
@@ -14,4 +14,4 @@ image:
tag
:
#{Build.SourceVersion}#
policy
:
enabled
:
#{IS_POLICY_ENABLED}#
\ No newline at end of file
enabled
:
#{POLICY_ENABLED}#
\ No newline at end of file
devops/azure/chart/templates/deployment.yaml
View file @
f10c83a2
...
...
@@ -103,7 +103,7 @@ spec:
value
:
debug
-
name
:
partition_service_endpoint
value
:
http://partition/api/partition/v1
-
name
:
is_
policy_enabled
-
name
:
policy_enabled
value
:
"
{{
.Values.policy.enabled
}}"
-
name
:
policy_service_endpoint
value
:
http://policy-service/api/policy/v1
...
...
provider/search-azure/src/main/resources/application.properties
View file @
f10c83a2
...
...
@@ -77,5 +77,5 @@ management.health.elasticsearch.enabled=false
management.health.azure-key-vault.enabled
=
false
# Policy service properties
service.policy.enabled
=
${
is_
policy_enabled}
service.policy.enabled
=
${policy_enabled}
POLICY_API
=
${policy_service_endpoint}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment