Skip to content

Commit

Permalink
Rename redis ConfigMapName to ConfigSecretName
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 19, 2020
1 parent 0d4040b commit 06c2076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/kubedb/v1alpha2/redis_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (r Redis) ServiceName() string {
return r.OffshootName()
}

func (r Redis) ConfigMapName() string {
func (r Redis) ConfigSecretName() string {
return r.OffshootName()
}

Expand Down

0 comments on commit 06c2076

Please sign in to comment.