Skip to content
Snippets Groups Projects
Commit 300b9f87 authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Migrate to hybrid auth. Refactoring(GONRG-4398)

parent c84591ca
No related branches found
No related tags found
5 merge requests!163Upgrade core library dependencies,!162Upgrade core library dependencies,!161Upgrade core library dependencies,!160Upgrade core library dependencies,!116Migrate to hybrid auth. Refactoring(GONRG-4398)
......@@ -7,9 +7,6 @@ metadata:
namespace: "{{ .Release.Namespace }}"
data:
LOG_LEVEL: "{{ .Values.data.log_level }}"
PROJECT_ID: "{{ .Values.data.project_id }}"
ENTITLEMENT_URL: "{{ .Values.data.entitlement_url }}"
CRS_CATALOG_HOSTNAME: "{{ .Values.data.crs_catalog_host_name }}"
AUDIENCES: "{{ .Values.data.audiences }}"
PARTITION_API: "{{ .Values.data.partition_api }}"
GOOGLE_AUDIENCES: "{{ .Values.data.google_audiences }}"
data:
log_level: "INFO"
project_id: ""
entitlement_url: "http://entitlements/api/entitlements/v2/"
crs_catalog_host_name: "crs-catalog"
audiences: ""
partition_api: "http://partition/api/partition/v1/"
google_audiences: ""
conf:
configmap: "crs-catalog-config"
app_name: "crs-catalog"
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