Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 53ca879

Browse files
committed
Fix apiKeySecret reference
1 parent 06c7430 commit 53ca879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/persistence-elastic/templates/persistence-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
secretKeyRef:
3333
name: {{ .Values.authentication.userSecret }}
3434
key: password
35-
{{- else if and .Values.authentication.apiKey.id .Values.authentication.apiKey.key }}
35+
{{- else if .Values.authentication.apiKeySecret }}
3636
- name: ELASTICSEARCH_APIKEY_ID
3737
valueFrom:
3838
secretKeyRef:

0 commit comments

Comments
 (0)