File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ func (session *sessionWrapper) setDatabaseCredentials(kubeClient kubernetes.Inte
106
106
return nil
107
107
}
108
108
109
- func (opt redisOptions ) setTLSParameters (appBinding * appcatalog.AppBinding , cmd * restic.Command ) error {
109
+ func (opt * redisOptions ) setTLSParameters (appBinding * appcatalog.AppBinding , cmd * restic.Command ) error {
110
110
// if ssl enabled, add ca.crt in the arguments
111
111
if appBinding .Spec .ClientConfig .CABundle != nil {
112
112
parameters := v1alpha1.RedisConfiguration {}
@@ -160,7 +160,7 @@ func (session *sessionWrapper) setUserArgs(args string) {
160
160
}
161
161
}
162
162
163
- func (session sessionWrapper ) waitForDBReady (appBinding * appcatalog.AppBinding ) error {
163
+ func (session * sessionWrapper ) waitForDBReady (appBinding * appcatalog.AppBinding ) error {
164
164
klog .Infoln ("Waiting for the database to be ready....." )
165
165
sh := shell .NewSession ()
166
166
for k , v := range session .sh .Env {
You can’t perform that action at this time.
0 commit comments