Skip to content

Commit f4ba030

Browse files
committed
fix: gcp constraint
1 parent fa2a2a7 commit f4ba030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/camunda-platform-8.8/templates/common/constraints.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Usage: {{ include "camundaPlatform.secretConfigurationWarnings" . }}
267267
(dict "path" "webModeler.restapi.mail" "config" .Values.webModeler.restapi.mail "plaintextKey" "smtpPassword")
268268
(dict "path" "global.documentStore.type.aws.accessKeyId" "config" .Values.global.documentStore.type.aws.accessKeyId "isAwsDocumentStore" true)
269269
(dict "path" "global.documentStore.type.aws.secretAccessKey" "config" .Values.global.documentStore.type.aws.secretAccessKey "isAwsDocumentStore" true)
270+
(dict "path" "global.documentStore.type.gcp" "config" .Values.global.documentStore.type.gcp "isGcpDocumentStore" true "legacySecretKey" "existingSecret" "legacyFileKey" "credentialsKey")
270271
-}}
271272

272273
{{- range $secretConfigs -}}

0 commit comments

Comments
 (0)