Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 22, 2024
1 parent 9751c56 commit 7629bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cryostat/templates/reports_tls_secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if ( include "cryostat.core.service.tls" | eq "true" ) }}
{{- if ( include "cryostat.core.service.tls" . | eq "true" ) }}
{{- $fullName := include "cryostat.fullname" . }}
{{- $cert := genSelfSignedCert (printf "%s-reports" $fullName) nil nil 365 }}
apiVersion: v1
Expand Down

0 comments on commit 7629bf9

Please sign in to comment.