Formatted specifiers are not compatible with variables (#706)
It missed specifier for namespace
This commit is contained in:
@@ -76,7 +76,7 @@ func (gpm *GenericPoolManager) makeFuncController(fissionClient *crd.FissionClie
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("Error : %v creating %s RoleBinding", err, fission.SecretConfigMapGetterRB)
|
log.Printf("Error : %v creating %s RoleBinding", err, fission.SecretConfigMapGetterRB)
|
||||||
} else {
|
} else {
|
||||||
log.Printf("Successfully set up rolebinding for fetcher SA: %s.%s, in func's ns for func : %s", fission.FissionFetcherSA, envNs, fn.Metadata.Name, fn.Metadata.Namespace)
|
log.Printf("Successfully set up rolebinding for fetcher SA: %s.%s, in func's ns for func : %s/%s", fission.FissionFetcherSA, envNs, fn.Metadata.Namespace, fn.Metadata.Name)
|
||||||
}
|
}
|
||||||
|
|
||||||
if istioEnabled {
|
if istioEnabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user