Skip to content

Commit

Permalink
delete unnecessary block
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMastricht committed Mar 24, 2023
1 parent ee12236 commit 7f41268
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/benji/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ Create hostname:port pair pointing to the Prometheus pushgateway
{{- printf "%s-%s" .Release.Name .Values.pushgateway.nameOverride | trunc 63 | trimSuffix "-" -}}:{{ .Values.pushgateway.service.port }}
{{- end -}}

{{/*
ceph conf
*/}}
{{- define "benji.ceph-conf" -}}
[global]
mon_host = {{ .Values.ceph.mon_hosts }}

[client.admin]
keyring = /etc/ceph/keyring
{{ end -}}

{{/*
ceph client admin keyring
*/}}
Expand Down

0 comments on commit 7f41268

Please sign in to comment.