We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290c108 commit 73b33faCopy full SHA for 73b33fa
cmd/operator/app/options/options.go
@@ -84,10 +84,7 @@ func (opt *Options) Config() (*config.Config, error) {
84
redisStandbyInformer := extInformerFactory.Cache().V1alpha1().RedisStandbies()
85
redisClusterInformer := extInformerFactory.Cache().V1alpha1().RedisClusters()
86
87
- statefulSetTemp, err := template.NewTemplate("/statefulset.tmpl")
88
- if err != nil {
89
- return nil, fmt.Errorf("cant' create statefulset template")
90
- }
+
91
92
redisStandaloneStatefulsetTemp, err := template.NewTemplate("/statefulset_redis_standalone.tmpl")
93
if err != nil {
0 commit comments