Skip to content

Commit

Permalink
fix: ensure ES cluster cert name is valid (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros authored Apr 26, 2024
1 parent a2362d9 commit f31285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/harmony-chart/templates/elasticsearch/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{{- $ca := genCA "elasticca" 1825 }}
{{- $cn := printf "elasticsearch-master.%s.local" .Release.Namespace }}
{{- $cn := printf "harmony-search-cluster.%s.svc.cluster.local" .Release.Namespace }}
{{- $cert := genSignedCert $cn nil (list $cn) 1825 $ca }}
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit f31285a

Please sign in to comment.