Skip to content

Commit

Permalink
renamed api-key value #40
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Dec 12, 2024
1 parent d31cfd8 commit 03a6b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/typesense/templates/typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ include "typesense.fullname" . }}-api-key
type: Opaque
data:
typesense-api-key: {{ required "typesense.api-key is required" .Values.typesense.api-key }}
typesense-api-key: {{ required "typesense.apiKey is required" .Values.typesense.apiKey }}
---
apiVersion: ts.opentelekomcloud.com/v1alpha1
kind: TypesenseCluster
Expand Down
2 changes: 1 addition & 1 deletion charts/typesense/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typesense:
api-key:
apiKey:
storage:
size: 1Gi
storageClassName: csi-disk
Expand Down

0 comments on commit 03a6b9e

Please sign in to comment.