Skip to content
Snippets Groups Projects
Commit aa97be1c authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

ci: move opa config to partition level

parent 3ff9cf93
No related branches found
No related tags found
1 merge request!916ci: move opa config to partition level
Checking pipeline status
......@@ -45,7 +45,6 @@ First you need to set variables in **values.yaml** file using any code editor. S
**data.partitionHost** | Partition service host address | string | `http://partition` | yes
**data.crsConverterHost** | CRS Converter service host address | string | `http://crs-conversion` | yes
**data.legalHost** | Legal service host address | string | `http://legal` | yes
**data.opaEnabled** | whether OPA is enabled | boolean | false | yes
**data.opaEndpoint** | OPA host address | string | `http://opa` | yes
**data.redisStorageHost** | The host for redis instance. If empty (by default), helm installs an internal redis instance | string | - | yes
**data.redisStoragePort** | The port for redis instance | digit | 6379 | yes
......
......@@ -18,7 +18,6 @@ data:
{{- else }}
SPRING_PROFILES_ACTIVE: "gcp"
{{- end }}
OPA_ENABLED: {{ .Values.data.opaEnabled | quote }}
OPA_ENDPOINT: {{ .Values.data.opaEndpoint | quote }}
{{- if .Values.data.redisStorageHost }}
REDIS_GROUP_HOST: {{ .Values.data.redisStorageHost | quote }}
......
......@@ -16,7 +16,6 @@ data:
partitionHost: "http://partition"
crsConverterHost: "http://crs-conversion"
legalHost: "http://legal"
opaEnabled: false
opaEndpoint: "http://opa"
# deployments
requestsCpu: "150m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment