Skip to content
Snippets Groups Projects
Commit c3ef12b5 authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Gonrg 9778 delete kms role and resources from df

parent 6e391c35
Branches lobtimo-fix-cve
No related tags found
1 merge request!472Gonrg 9778 delete kms role and resources from df
......@@ -37,8 +37,6 @@ spec:
name: {{ .Values.conf.registerPostgresSecretName | quote }}
- secretRef:
name: {{ .Values.conf.registerKeycloakSecretName | quote }}
- secretRef:
name: {{ .Values.conf.registerKmsSecretName | quote }}
{{- end }}
securityContext:
allowPrivilegeEscalation: false
......
......@@ -16,8 +16,6 @@ data:
STORAGE_HOST: {{ .Values.data.storageHost | quote }}
SECRET_HOST: {{ .Values.data.secretHost | quote }}
SERVICE_IDENTITY: {{ .Values.data.serviceIdentity | quote }}
KEY_RING: {{ .Values.data.keyRing | quote}}
KMS_KEY: {{ .Values.data.kmsKey | quote }}
SPRING_PROFILES_ACTIVE: "gcp"
{{- else }}
SPRING_PROFILES_ACTIVE: "anthos"
......
......@@ -17,8 +17,6 @@ data:
recordsChangePubsubEndpoint: ""
storageHost: "http://storage"
serviceIdentity: "register-pubsub-identity"
keyRing: "csqp"
kmsKey: "registerService"
subscriberPrivateKeyId: "testkey"
# Deployment
requestsCpu: "5m"
......
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