Skip to content
Snippets Groups Projects
Commit d4b68844 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-2638_Partition_should_have_access_to_KMS' into 'master'

GONRG-2638 Partition should have access to KMS

See merge request !71
parents 1d8fe195 95f433f7
No related branches found
No related tags found
2 merge requests!82Revert "Merge branch 'Add-pages-publishing' into 'master'",!71GONRG-2638 Partition should have access to KMS
Pipeline #50064 passed with warnings
......@@ -10,4 +10,5 @@ data:
PARTITION_ADMIN_ACCOUNT: "{{ .Values.data.partition_admin_account }}"
GOOGLE_AUDIENCES: "{{ .Values.data.google_audiences }}"
KEY_RING: "{{ .Values.data.key_ring }}"
KMS_KEY: "{{ .Values.data.kms_key }}"
LOG_LEVEL: "{{ .Values.data.log_level }}"
......@@ -3,6 +3,7 @@ data:
partition_admin_account: ""
google_audiences: ""
key_ring: ""
kms_key: ""
log_level: ""
conf:
......
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