Skip to content

Commit

Permalink
Merge pull request #57 from sillydong/master
Browse files Browse the repository at this point in the history
use redisImage instead of alpine
  • Loading branch information
ese authored May 25, 2018
2 parents 0f5fde9 + 147dfaa commit 9310c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/redisfailover/service/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func generateSentinelDeployment(rf *redisfailoverv1alpha2.RedisFailover, labels
InitContainers: []corev1.Container{
{
Name: "sentinel-config-copy",
Image: "alpine",
Image: redisImage,
ImagePullPolicy: "IfNotPresent",
VolumeMounts: []corev1.VolumeMount{
{
Expand Down

0 comments on commit 9310c85

Please sign in to comment.