Skip to content

Commit

Permalink
replace ts name with release name #40
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Dec 12, 2024
1 parent b4f67a0 commit 3164de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/typesense/templates/typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
apiVersion: ts.opentelekomcloud.com/v1alpha1
kind: TypesenseCluster
metadata:
name: {{ include "typesense.name" . }}
name: {{ include .Release.Name . }}
spec:
image: typesense/typesense:27.1
replicas: 3
Expand Down

0 comments on commit 3164de1

Please sign in to comment.