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 Nov 26, 2024
1 parent 27ab2c1 commit 1bc7889
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 1bc7889

Please sign in to comment.