Skip to content

Commit

Permalink
Fix indentation in medusa config map
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jan 9, 2025
1 parent 80bb99f commit cf11e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/medusa/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ func CreateMedusaIni(kc *k8ss.K8ssandraCluster, dcConfig *cassandra.DatacenterCo
[grpc]
enabled = 1
{{- if .Spec.Medusa.ServiceProperties.GrpcPort }}
port = {{ .Spec.Medusa.ServiceProperties.GrpcPort }}
{{- end }}
{{- if .Spec.Medusa.ServiceProperties.GrpcPort }}
port = {{ .Spec.Medusa.ServiceProperties.GrpcPort }}
{{- end }}
[logging]
level = DEBUG
Expand Down

0 comments on commit cf11e7a

Please sign in to comment.